Re: Filter to support DocNrSkipper interface

2005-12-23 Thread Morus Walter
On Fri, 23 Dec 2005 11:01:52 + (GMT) eks dev <[EMAIL PROTECTED]> wrote: > To put it another way, Filter forces us to use BitSet, > which is rather inefficient way to store a few > documents from the big collection. I cannot comment on your suggestion, but I think the current filter should pr

Filter to support DocNrSkipper interface

2005-12-23 Thread eks dev
Hi, Would it be OK to add one method in Filter class that returns DocNrSkipper interface from Pauls's "Compact sparse Filter" in jira LUCENE-328 This would be the first step for: - smooth integration of compact representations of the underlaying BitSet in Filter (VInt and sorted int[]). They are

RE: Basic lucene usage

2005-12-23 Thread Vanlerberghe, Luc
IndexWriter will try to delete obsolete files when it is closed. If the files cannot be deleted immediately for whatever reason (usually because some IndexReaderIndexSearcher has them open) it will list the files to deleted in the file "deletable". On the next update of the index, the other IndexR