On Fri, 18 Oct 2013, Shawn Grant wrote:
I don't see that pylucene has a wrapper for the ComplexPhraseQueryParser... am I wrong?
What version of pylucene are you referring to ? It seems to be available in 4.4.0: >>> from lucene import initVM >>> initVM() <jcc.JCCEnv object at 0x10029c0f0> >>> from org.apache.lucene.queryparser.complexPhrase import ComplexPhraseQueryParser >>> ComplexPhraseQueryParser <type 'ComplexPhraseQueryParser'> Andi.. ps: please, subscribe to the list so that your messages don't have to be moderated in. Thanks.