commit | 58b9352cc2280e8725f2ae2b21d5951e1046d847 | [log] [tgz] |
---|---|---|
author | Adrien Grand <jpountz@gmail.com> | Mon Oct 30 16:11:19 2023 +0100 |
committer | GitHub <noreply@github.com> | Mon Oct 30 16:11:19 2023 +0100 |
tree | fd89ffa087f5dce918f8ded1ff8113b26a4bb0e5 | |
parent | 2ed60e80736dd81da182c51920a7b4ff71f358a1 [diff] |
Add a specialized bulk scorer for regular conjunctions. (#12719) PR #12382 added a bulk scorer for top-k hits on conjunctions that yielded a significant speedup (annotation [FP](http://people.apache.org/~mikemccand/lucenebench/AndHighHigh.html)). This change proposes a similar change for exhaustive collection of conjunctive queries, e.g. for counting, faceting, etc.
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.
See Contributing Guide for details.
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