lucene
lucene copied to clipboard
Apache Lucene open-source search software
https://issues.apache.org/jira/browse/LUCENE-10409 #11445
https://issues.apache.org/jira/browse/LUCENE-10177 #11214
https://issues.apache.org/jira/browse/LUCENE-10254 #11290
https://issues.apache.org/jira/browse/LUCENE-10336 P.S. Sorry for the changes messed with non-related codes since this pull request is based on https://github.com/apache/lucene/pull/464 #11372
https://issues.apache.org/jira/browse/LUCENE-10251 #11287
# Description This PR is WIP for implementing basic dynamic pruning support for CombinedFieldsQuery #11099 # Tests Added a randomized test to compare and verify top 100 results match between...
https://issues.apache.org/jira/browse/LUCENE-10366 #11402 Today, we do not rewrite `#readVInt` and `#readVLong` for `ByteBufferIndexInput`. By default, the logic will call `#readByte` several times, and we need to check whether `ByteBuffer` is valid...
https://issues.apache.org/jira/browse/LUCENE-10376 #11412
# Description This pull request adds additional functionality from the Indri search engine (https://www.lemurproject.org/indri/) to lucene. The Indri AND operator was added in lucene release 8.7, and these changes add...
# Description / Solution Deprecate IndexSearch#search(Query, Collector) in favor of IndexSearcher#search(Query, CollectorManager), with the following changes: 1. Refactor out TopScoreDocCollectorManager, TopFieldCollectorManager, TotalHitCountCollectorManager and FixedBitSetCollector 2. Refactor some tests to use...