Re: problem in using distanceFilter in booleanFilter (using FilterClause)

2014-04-09 Thread david.w.smi...@gmail.com
You'll be lucky to get help with the spatial module from Lucene 3.x, which is what you are using. It was outright replaced in 4.0 because it was buggy. p.s. please don't blast emails to multiple lists Good luck, ~ David On Thu, Apr 10, 2014 at 1:58 AM, kumaran wrote: > > Hi All, > > i am try

Re: background merge hit exception

2014-04-09 Thread Jason Wee
Hi Jose, Thank you for very informative response. I have commented out the line of codes that does the forceMerge(50) and commit() while the indexing is happening. Also increase the ram buffer size iwc.setRAMBufferSizeMB(512.0); and after index is done, then only forceMerge and commit but this

Re: Performance issues with the default field compression

2014-04-09 Thread Adrien Grand
Hi Alex, Indeed, one or several (the number depends on the size of your documents) documents need to be fully decompressed in order to read a single field of a single document. Regarding the stored fields visitor, the default one doesn't return STOP when the field has been found because other fie

Performance issues with the default field compression

2014-04-09 Thread Alex Parvulescu
Hi, I was investigating some performance issues and during profiling I noticed that there is a significant amount of time being spent decompressing fields which are unrelated to the actual field I'm trying to load from the lucene documents. In our benchmark doing mostly a simple full-test search,