Two MultiFieldQueryParser bugs - issues and PRs for review
Olivier Jaquemet <[email protected]>
| Newsgroups | gmane.comp.jakarta.lucene.devel |
|---|---|
| Organization | Jalios |
| Message-ID | <[email protected]> |
Hello everyone, I recently encountered two bugs while using MultiFieldQueryParser. I opened issues for both of them and submitted pull requests including unit tests and fixes. Would any experienced Lucene developer be kind enough to take a look at them and consider whether the fixes could be merged into the codebase? * MultiFieldQueryParser + per-field boosts produce wrong Occur under AND default operator - Issue: https://github.com/apache/lucene/issues/16441 - PR: https://github.com/apache/lucene/pull/16442 * MultiFieldQueryParser: default operator is not honored between term positions - Issue: https://github.com/apache/lucene/issues/16443 - PR: https://github.com/apache/lucene/pull/16446 Thanks in advance for your time and for any feedback you may have. Best regards, Olivier Jaquemet