Re: [CLucene-dev] Clucene packaging

2011-03-18 Thread Ahmed Saidi
Great news! what is the state of Lucene++? Is it stable? Ahmed 2011/3/17, Ben van Klinken : > Dear CLuceners > > It's been a very long time since I've done anything on CLucene, and I > hope I'm not stepping on anyone's toes if I jump in here now. I just > wanted to keep you up with a few things I

Re: [CLucene-dev] Clucene packaging

2011-03-18 Thread Ahmed Saidi
Great news! What is the state of Lucene++? Is it stable? Ahmed 2011/3/17, Ben van Klinken : > Dear CLuceners > > It's been a very long time since I've done anything on CLucene, and I > hope I'm not stepping on anyone's toes if I jump in here now. I just > wanted to keep you up with a few things I

[CLucene-dev] Memory leak in BooleanScorer2

2011-03-18 Thread Veit Jahns
Hi all, recently I continued to work on the smart_pointers branch and discovered a memory leak in BooleanScorer2.cpp, lines 610--624: [...] if ( _internal->allowDocsOutOfOrder && _internal->requiredScorers.size() == 0 && _internal->prohibitedScorers.size() < 32 ) { Boolea

Re: [CLucene-dev] Clucene packaging

2011-03-18 Thread Veit Jahns
Hi Ben! 2011/3/17 Ben van Klinken : > Dear CLuceners > > It's been a very long time since I've done anything on CLucene, and I > hope I'm not stepping on anyone's toes if I jump in here now. I just > wanted to keep you up with a few things I've been doing lately. > > 1. I've done some work on CLuc