Re: Lucene GeoNear Search and Sort Performance

2017-07-19 Thread David Smiley
I like how you figured out how to add DocValues without having to modify PointVectorStrategy at all -- nice. But I think you are completely using PointVectorStrategy, even for filtering (query)? It does a relatively slow job at that; I suggested using RecursivePrefixTreeStrategy for the filtering

Re: Filters Vs queries - for terms more than 1024

2017-07-19 Thread Kumaran Ramasubramanian
Hi Adrien i have tried ​ BooleanQuery with ConstantScoreQuery based suggestion from this link, http://lucene.472066.n3.nabble.com/BooleanFilter-vs-BooleanQuery-performance-td4106920.html If you want it fast, use > ​​ > BooleanQuery and wrap it with ConstantScoreQuery. Then there is also no > sco