Questions tagged [open-search-server]
16 questions
2
votes
1 answer
Open Search Server: Facet terms limited to number of documents in index
I'm using Open Search Server on a Linux box. Everything is running well except that the number of facet results for any search seems to be limited to the number of documents in my index, which is not correct.
I'm indexing users, and users have tags.…

J. Byers
- 33
- 4
1
vote
0 answers
Open Search Server File Crawler exclusively locking files
We've got a system using an old version of OpenSearchServer v1.4 - stable - rev 2274 - build 240.
We're finding, especially when the server is running slow, that files being crawled are being exclusively locked by the java.exe process. We've…

Mick
- 6,527
- 4
- 52
- 67
1
vote
0 answers
Open Search Server crashing during file crawl
Open Search Server is crashing while crawling files. OSS is running as a daemon on an Ubuntu box. This is a production server with 64gb ram and 12 cores, crawling files on an extremely fast nas that it mounts, about 20 gb of files. 2gb memory…

J. Byers
- 33
- 4
1
vote
1 answer
OpenSearchServer MSG Parser
I'm using v OpenSearchServer 1.5.13 and trying to setup index for parsing MSG files on Network share and using MSG Parser.
I configured the MSG parameters to index email_display_from, email_display_to and creation_date to Index fields…

SaiRam
- 11
- 2
0
votes
0 answers
match-phrase-prefix-query-on-an-embedded-text-field
Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch: latest (2.7)
opensearch-dashboards: latest
Describe the issue:
I’m trying to execute the below match_phrase_prefix query and I don’t see any results. however, when I run…
0
votes
1 answer
OpenSearch index change not reflected in search
When we delete an item form the cache and then immediate do a search the search does not reflect the recent deletion.
The search happens immediately after the index deletion or update.
How can I fix this? I don't see an aws configuration setting…

M Akin
- 446
- 6
- 18
0
votes
1 answer
Filter results by score
I'm using OpenSearchServer and trying to guess how to filter a search result by their scores.
Let's say that I have a search with some set of results. All results are ordered by score is descending order. What I need to know is how I can set up the…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
1 answer
How do I get Open Search Server to use SSL & HTTPS?
I have a renderer setup that is basic. I am however, find it difficult to find any documentation on this.
How do I get Open Search Server to use HTTPS as opposed to HTTP for all it's connections and workings?
This has got me stumped, I can see it is…

RR_SH
- 58
- 9
0
votes
1 answer
OpenSearchServer Renderer is empty
When accessing my renderer in OSS and searching for something it shows me how many files where found and from what type, but it does not show me the files itself.
The page is empty for some reason (looks like this:…

Slzy
- 1
- 4
0
votes
1 answer
Getting thumbnails in OpenSearchServer search results
I need an alternative to Google Custom Search for a website I look after, it has to be something that will crawl a website, index it, allow fiddling of priorities, and then allow search queries via REST or something similar and return XML or JSON…

Ralpharama
- 441
- 4
- 20
0
votes
1 answer
opensearchserver tokenizer for permutation of all words in query
I need to configure Open-search server to analyse the query in such a way that any permutation of words in the query are matched, it return the document.
For example,
In indexation of a field I have a phrase "knee pain". Now if my query is like "how…

Ankit Agarwal
- 1,350
- 10
- 15
0
votes
1 answer
Open Search Server set timeout
I am using the web crawler in OpenSearchServer and while crawling, it gets stuck during the Extracting url list action. It also gets stuck at times when finishing a session. Is there anyway to set a time limit or a timeout so it aborts if something…

Get Off My Lawn
- 34,175
- 38
- 176
- 338
0
votes
1 answer
Opensearchsever -Search range beteen dates- JSON Restful API
I'm trying to use OpenSearchServer in one of my applications using RestFul JSON API .Can you please provide an example for querying search between 2 dates using the restful JSON api?
Below is my code so far
{"query":"test…

Krish
- 35
- 5
0
votes
1 answer
Retrieve urls that are related using web crawler
I am using opensearchserver to crawl a website. Now I want to get all related urls for a specific url. The idea is when someone reads an article on a website they get a related articles option at the bottom of the page. how can I do this using…
user5235479
0
votes
1 answer
Filtering using facets while using RESTFul API on Open Search Server
How can I filter search results using facets in Open Search Server using its RESTFul API?
I'm using the following URL (search field template, my template is named 'search' and I'm proxying /search from Apache to…

TechFanDan
- 3,329
- 6
- 46
- 89