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