Re: Minimum Match Query

2020-05-06 Thread Russell Bahr
Hi Atita, We actually looked into that and it does not appear to match based on a single phrase, but says that it must match a certain percentage of the listed phrases. What we need is something that would match based on a single phrase appearing a minimum number of times i.e. "Barker" minimum

Re: solr core metrics & prometheus exporter - indexreader is closed

2020-05-06 Thread Dwane Hall
Hey Richard, I noticed this issue with the exporter in the 7.x branch. If you look through the release notes for Solr since then there have been quite a few improvements to the exporter particularly around thread safety and concurrency (and the number of nodes it can monitor). The version of

Re: Minimum Match Query

2020-05-06 Thread Atita Arora
Hi, Did you happen to look into : https://lucene.apache.org/solr/guide/6_6/the-dismax-query-parser.html#TheDisMaxQueryParser-Themm_MinimumShouldMatch_Parameter I believe 6.5.1 has it too. I hope it should help. On Wed, May 6, 2020 at 6:46 PM Russell Bahr wrote: > Hi SOLR team, > I have

Minimum Match Query

2020-05-06 Thread Russell Bahr
Hi SOLR team, I have been asked if there is a way to return results only if those results match a minimum number of times present in the query. ( queries looking for a minimum amount of mentions for a particular term/phrase. Ie must be mentioned 'x' amount of times to return results). Is this

Integrate highlighting data within main search results

2020-05-06 Thread Kamal Kishore Aggarwal
Hi, I am using highlighting feature in solr 8.3 with default method. With current behaviour, main search results and highlighted results are shown in different blocks. Is there a way we can implemented highlighting within the search main results, without having to return extra block for