Re: [PR] Move MergeState.DocMap to a FunctionalInterface [lucene]

2023-11-23 Thread via GitHub
s1monw merged PR #12836: URL: https://github.com/apache/lucene/pull/12836 -- 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

Re: [PR] Move MergeState.DocMap to a FunctionalInterface [lucene]

2023-11-23 Thread via GitHub
s1monw commented on code in PR #12836: URL: https://github.com/apache/lucene/pull/12836#discussion_r1403570681 ## lucene/core/src/java/org/apache/lucene/index/IndexWriter.java: ## @@ -5237,13 +5234,10 @@ public int get(int docID) { for (int i = 0; i < docMaps.length; ++

Re: [PR] Move MergeState.DocMap to a FunctionalInterface [lucene]

2023-11-23 Thread via GitHub
jpountz commented on code in PR #12836: URL: https://github.com/apache/lucene/pull/12836#discussion_r1403533598 ## lucene/core/src/java/org/apache/lucene/index/IndexWriter.java: ## @@ -5237,13 +5234,10 @@ public int get(int docID) { for (int i = 0; i < docMaps.length; +

[PR] Move MergeState.DocMap to a FunctionalInterface [lucene]

2023-11-23 Thread via GitHub
s1monw opened a new pull request, #12836: URL: https://github.com/apache/lucene/pull/12836 This change converts MergeState to an interface to make use of lambda expressions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu