Re: Need your perspective on Garbage Collection

2023-01-03 Thread Steven Schlansker
> Am 03.01.2023 um 13:49 schrieb _ SATNAM: > > Hi, > > The issue is my garbage collection is running quite often i configure my > > JVM as recommended (Gone though several articles ,blogs on lucene) also > > provide enough RAM and memory (not as large to trigger GC ) .Main cause of > > concern is

Re: Need your perspective on Garbage Collection

2023-01-03 Thread Uwe Schindler
Hi Satnam, Can you please share some details about what application using Lucene you are using. For Solr and Elasticserach there are recommendations and default startup scripts. If it is yur own Lucene application we would also need more details. Basically, Lucene itsself needs very few heap

Need your perspective on Garbage Collection

2023-01-03 Thread _ SATNAM
Hi, The issue is my garbage collection is running quite often i configure my JVM as recommended (Gone though several articles ,blogs on lucene) also provide enough RAM and memory (not as large to trigger GC ) .Main cause of concern is GC run for more than 10 min (sometimes even 15 min) This make w

RE: Question for SynonymQuery

2023-01-03 Thread Trevor Nicholls
Hi Mikhail Yes, if my text contains "wifi router", and my synonym map includes "wifi router","internet device", then if I search for "wifi device" I will get a match. While I can see that on the strictest criteria this might be incorrect, in practice I would happily see that returned as a match

Re: Recurring index corruption

2023-01-03 Thread S S
Thank you Uwe, This is the answer I was looking for. A bit unfortunate this is happening but, it is what it is. At least, when Google will index this discussion, this will be available and informative for anyone attempting using the same solution. Many thanks for your help and for your explanat