Hello,

I have just installed pylucene and tested it some of the sample scripts.

In samples/mansearch.py, line 68 should be

parser = QueryParser(Version.LUCENE_CURRENT,"keywords",
StandardAnalyzer(Version.LUCENE_CURRENT))

rather than
parser = QueryParser("keywords", StandardAnalyzer(Version.LUCENE_CURRENT))

Maybe you could update that.

Many thanks.
Jean-Luc

Reply via email to