On Tuesday 17 February 2009 10:12:12 Raffaella Ventaglio wrote:
> Thanks for sharing this info.
> In any case, this is not a problem for me since I have used only the "idea"
> to choose between OpenBitSet and SortedViIntList from contrib BooleanFilter,
> but I have then implemented it in my own facets manager structure, so I do
> not use the "removed" finalResult method.

It would be possible to build a similar choice criterion between
OpenBitSet and SortedVIntList into CachingWrapperFilter to chose
the data structure to be used for caching.

For example when using the same criterion as in the removed methods
there, your original problem might not have occurred at all.

In the CachingWrapperFilter in trunk the choice is left to an overridable 
method.

Regards,
Paul Elschot


> 
> Regards,
> Raf
> 
> On Sun, Feb 15, 2009 at 2:39 PM, Paul Elschot <paul.elsc...@xs4all.nl>wrote:
> 
> >
> > Meanwhile the choice between SortedVIntList and OpenBitSet
> > has been removed from the trunk (development version),
> > that now uses OpenBitSet only:
> > https://issues.apache.org/jira/browse/LUCENE-1296
> >
> > In case there is preference to have SortedVIntList used in the
> > next lucene version (i.e. in cases when it is smaller  than
> > OpenBitSet), please comment at LUCENE-1296.
> >
> > Regards,
> > Paul Elschot
> >
> >
> >
> 

Reply via email to