Hi Folks,
We are seeing the following in our logs on our Solr nodes after which Solr
nodes go into multiple full GCs and eventually runs out of heap. We saw this
ticket - https://issues.apache.org/jira/browse/SOLR-7338 - wondering that’s the
one causing it. We are currently on 4.10.0
INFO -
Use group.cache.percent – for your index size, it might work well.
Thanks,
On 5/31/17, 4:16 AM, "Marek Tichy" wrote:
Hi,
I'm getting a very slow response times on grouping, especially on facet
grouping.
Without grouping, the query takes 14ms, faceting 57ms.
Wi
I have enabled the SynonymGraphFilter in my field configuration in order to
support multi-word synonyms (I am using Solr 7.6). Here is my field
configuration:
And this is my synonyms.txt file:
frozen dinner,microwave food
Scenario 1: blue shirt (qu
ave +title:food) title:miccrowave title:food
> (+title:frozen +title:dinner)))"
> Another option is to write your own custom query parser and use it as a
> plugin.
>
> Hope this helps!!
>
> kshitij
>
>
> On Thu, Jul 18, 2019 at 9:14 AM Sunil Srinivasan wrote:
&g