Re: [CLucene-dev] Double set value in BitSet

2011-03-10 Thread Veit Jahns
2011/3/8 Rustem Alimov : > Hi, > > src/core/CLucene/util/BitSet.cpp : line 93 > > [code] >     _count = -1; <-- FIRST SET > >     if (val) >         bits[bit >> 3] |= 1 << (bit & 7); >     else >         bits[bit >> 3] &= ~(1 << (bit & 7)); >     _count =-1; <-- SECOND SET (unnecessary???) > [/code

Re: [CLucene-dev] Clucene 2.3.2 vs 0.9.21b

2011-03-10 Thread Veit Jahns
Hi Shivaji! 2011/3/8 shivaji badade : > > Do anybody has the diff in these two version on performance data, which will > help in moving me to 2.3.2 version. I have no diff. But I changed once from 0.9.21b to 2.3.2 (about 2 years ago). The most changes I had to made where in classes extenting exis