Re: [PR] Clean up AnyQueryNode code [lucene]

2024-01-31 Thread via GitHub
dweiss merged PR #13053: URL: https://github.com/apache/lucene/pull/13053 -- 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: issues-unsubscr...@lucene.apac

[PR] Clean up AnyQueryNode code [lucene]

2024-01-29 Thread via GitHub
sabi0 opened a new pull request, #13053: URL: https://github.com/apache/lucene/pull/13053 - removed redundant field initializers - fixed a typo in the field name: `minimumMatching_m_Elements` - removed redundant `instanceof` checks - replaced type casts with a pattern variable - c