setAllowLeadingWildcard and PythonMultiFieldQueryParser
Hello, I'd like to use the setAllowLeadingWildcard method with PythonMultiFieldQueryParser but I always get a lucene.JavaError: org.apache.lucene.queryParser.ParseException: Cannot parse '*a': '*' or '?' not allowed as first character in WildcardQuery It works fine with PythonQueryParser but no
Re: setAllowLeadingWildcard and PythonMultiFieldQueryParser
Problem solved as described in http://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/201008.mbox/%3cd7da5782-0280-44e3-a783-8ff631287...@gmail.com%3e Thanks for all your help! Daniel