[bt-devel] clucene crash when searching
Eeli Kaikkonen
eekaikko at mail.student.oulu.fi
Sat Nov 15 13:03:34 MST 2008
On Sat, 15 Nov 2008, Martin Gruner wrote:
> Hi Eeli,
>
> this should not happen. In CSwordModuleInfo, I use this code to turn off the
> use of English stop words:
>
> // do not use any stop words
> const TCHAR* stop_words[] = { NULL };
> lucene::analysis::standard::StandardAnalyzer an( stop_words );
> QString index = getModuleStandardIndexLocation();
>
> This means that "and", "or" etc. should be indexed and also included in the
> search.
>
I'm not 100% sure how exactly Jit behaves but when I searched for
example "and AND god" it found also verses where there was only "God"
but not "and".
BTW, I installed Kubuntu 8.10 to an i386 laptop (not mine though) and
can soon test BT with it.
--Eeli Kaikkonen
More information about the bt-devel
mailing list