epotyom commented on PR #16446: URL: https://github.com/apache/lucene/pull/16446#issuecomment-5437617765
The fix makes sense to me (disclaimer: I'm not a maintainer, so you'd need someone else to merge the change) One thing, do we still need `QueryParserBase.addMultiTermClauses` after this? `MultiTerm` in `QueryParser.jj` could call `addClause` like the single-term path does, and `getMultiTermPositionQuery` would then be the only place that applies the default operator across term positions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
