> I added another method to Analyzer wrappers, called multiFieldQueryParser(), 
> which, like the trick you're referring to - the AdvanceQueryParserTest 
> LuceneInAction sample - takes an instance implementing all or some of the 
> extension points for MultiFieldQueryParser (the same as for QueryParser, see 
> the CustomQueryParser sample class) and an array of field name strings (see 
> line 3977 in PyLucene.i on trunk). This new method returns an instance of an 
> extension to MultiFieldQueryParser called PythonMultiFieldQueryParser whose 
> sole job is to call the extension points defined on your python class.

Thanks!  I'll try it out and report back.

Bill
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to