[pylucene-dev] Abort() when using
QueryParser.setAllowLeadingWildcard()
Martin Reddy
reddy at pixar.com
Thu Apr 5 12:24:41 PDT 2007
The setAllowLeadingWildcard() function always aborts for me. E.g., the
following code causes an abort() to happen within Python and exits the
interpreter:
from PyLucene import QueryParser, StandardAnalyzer
parser = QueryParser("Hello World", StandardAnalyzer())
parser.setAllowLeadingWildcard()
Is this a known issue? Are there any workarounds? My versions are:
VERSION 2.1.0-1
LUCENSE_VERSION 2.1.0-509013
This is on a Linux x86_64 (Fedora Core 5) machine.
Cheers,
Martin.
---------------------------------------------------------------------------
Martin Reddy Pixar Animation Studios
1200 Park Avenue
reddy at pixar.com Emeryville, CA 94608
http://MartinReddy.net/ Tel. (510) 922 4093
More information about the pylucene-dev
mailing list