Re: bugs in PythonQueryParser and PythonMultiFieldQueryParser

2009-03-09 Thread Andi Vajda
On Mon, 9 Mar 2009, Aaron Lav wrote: It looks to me as if the shipped PythonQueryParser (for overriding query parsing with Python code) only overrides the getBooleanQuery(Vector), but that just calls getBooleanQuery(List,boolean), which is the function which actually does the work (in the curre

bugs in PythonQueryParser and PythonMultiFieldQueryParser

2009-03-09 Thread Aaron Lav
It looks to me as if the shipped PythonQueryParser (for overriding query parsing with Python code) only overrides the getBooleanQuery(Vector), but that just calls getBooleanQuery(List,boolean), which is the function which actually does the work (in the current version of Lucene). I've attached a p