Hi,

> With prior warming i find that (a) & (b) take almost same time. I knew that
> only when we reuse the Filter we get its benefits.
> (c) takes around 30-40ms less time.
> 
> Can we conclude from this that method (c) is better ?
> Is my choice Bitset implementation appropriate ?

Use FixedBitSet from oa.lucene.util package to implement your filter. This 
might bring further improvements.

> Did i get somethings wrong & Are there any smart ways to do these ?
> 
> Thanks,
> Arun

Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to