Daniel Naber wrote:
Please try to add this to MultiPhraseQuery and let us know if it helps:public List getTerms() { return termArrays; }
That is indeed all I need (the list wouldn't have to be mutable though). Any chance this could be committed?
Incidentally, would be helpful if the PrecedenceQueryParser instantiated MultiPhraseQueries via a call to an (overridable) getMultiPhraseQuery method.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
