commit | fff997f80165b41e65b10e1d1eb338133d600052 | [log] [tgz] |
---|---|---|
author | Adrien Grand <jpountz@gmail.com> | Thu Jul 18 11:23:19 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Jul 18 11:23:19 2024 +0200 |
tree | 416cf7e1c738e78a8d02fda48c4b0bba8bb3755a | |
parent | 22ca695ef5cef722b9f962c89c6da52c9b3883b0 [diff] |
Stop requiring MaxScoreBulkScorer's outer window from having at least INNER_WINDOW_SIZE docs. (#13582) Currently `MaxScoreBulkScorer` requires its "outer" window to be at least `WINDOW_SIZE`. The intuition there was that we should make sure we should use the whole range of the bit set that we are using to collect matches. The downside is that it may force us to use an upper level in the skip list that has worse upper bounds for the scores.
Apache Lucene is a high-performance, full-featured text search engine library written in Java.
This README file only contains basic setup instructions. For more comprehensive documentation, visit:
gradlew
).We‘ll assume that you know how to get and set up the JDK - if you don’t, then we suggest starting at https://jdk.java.net/ and learning more about Java, before returning to this README.
Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing.
#lucene
and #lucene-dev
on freenode.net