Re: Tree based BitSet (aka IntegerSet, DocSet...)

2006-01-30 Thread DM Smith
Andrzej Bialecki wrote: Paul Elschot wrote: On Saturday 28 January 2006 19:27, eks dev wrote: might be interesting: http://www.iis.uni-stuttgart.de/intset/ Another way to represent Bit(Integer)Set. Should outperform nicely BitSet or HashBitSet as far as iteration speed and memory is concern.

Why do we use BitSet class ?

2006-01-30 Thread Vikas Khengare
Hi Friends I am very New to Lucene World !!! As this world is interesting to me So I want to go in deep level of it to realize the beauty of it. So can you help me to realize that beauty ? I have question 1] Why do use BitSet Class ? 2] Is it required in Filtering / Sorting o