RE: Filtering in Lucene

2002-05-14 Thread Nader S. Henein
8:49 PM To: Lucene Users List; [EMAIL PROTECTED] Subject: Re: Filtering in Lucene Yes, the BitSet has to be the same size as the number of documents in the index. If you have enough memory you could cache the BitSet in the VM's memory rather then storing it in a clob though. Joel - O

Re: Filtering in Lucene

2002-05-13 Thread Joel Bernstein
Yes, the BitSet has to be the same size as the number of documents in the index. If you have enough memory you could cache the BitSet in the VM's memory rather then storing it in a clob though. Joel - Original Message - From: "Nader S. Henein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>