Re: Compressed BitSet

2006-03-09 Thread Paul Elschot
On Thursday 09 March 2006 14:25, eks dev wrote: ... > > PS1: If you are interested in compressed bit sets, try > to search for "utilities for compact sparse filters > lucene" Or look here: http://issues.apache.org/jira/browse/LUCENE-328 Regards, Paul Elschot --

Re: Compressed BitSet

2006-03-09 Thread eks dev
Just a short one, it rocks in some cases (when actual BitSet/IntSet is compressable, long runs of set or clear bits...). Very good general BitSet representation I have tried it and found no bugs so far (+- 2 months of using it) Unfortunately, there is an issue with Licence (not ASF compatible :(

Compressed BitSet

2006-03-09 Thread Dupriez Christophe
I am about to evaluate Lucene for replacing current IR system of Belgian Poison Center. We are used to manage query refinements by combining different searches with boolean operators: we thus have to store the results (or otherwise to remake them). Our current software does this by paging compres