Re: PrefixFilter Memory Consumption

2006-10-17 Thread vasu shah
Thanks for the explanation. I am using ChainedFilter and it is taking some more time than using just one Filter. I read somewhere on the lucene forums that the speed can be increased for Filters if we have a large bitset and then work on it. Is it possible and if yes, how? I would like to kno

Re: PrefixFilter Memory Consumption

2006-10-17 Thread Yonik Seeley
On 10/17/06, vasu shah <[EMAIL PROTECTED]> wrote: Can anyone please tell as to what is the difference between PrefixFilter and WildcardQuery as far as memory is concerned? I saw the code of PrefixFilter and it gets TermEnum for all the terms in the index. Won't this consume memory?? It t