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
[EMAIL PROTECTED]                                     Emeryville, CA 94608
http://MartinReddy.net/                             Tel. (510) 922 4093
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to