commit | 6677109ee608c38bb19503dc6927a18ab3e13b40 | [log] [tgz] |
---|---|---|
author | Simon Willnauer <simonw@apache.org> | Mon Oct 23 09:46:12 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 23 09:46:12 2023 +0200 |
tree | 060f4e964a1e6fecba7fff01d99ec73756945b91 | |
parent | bbf197fdc2822e9f1ba1767f83ae23037336ed27 [diff] |
Record if block API has been used in SegmentInfo (#12685) If the add/updateDocuments(List<>) API is used, lucene guarantees that all documents are indexed in the same segment with consecutive document IDs. This enables features like nested documents etc. This change records the usage of this API in SegmentsInfo and preserves this property across merges. Relates to #12665
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