mirror of https://github.com/apache/lucene.git
6677109ee6
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 |
||
---|---|---|
.. | ||
src | ||
build.gradle |