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
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
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
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