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
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