| Package | Description |
|---|---|
| org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
VersionBlockTreeTermsWriter.PendingBlock |
private static class |
VersionBlockTreeTermsWriter.PendingTerm |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<VersionBlockTreeTermsWriter.PendingEntry> |
VersionBlockTreeTermsWriter.TermsWriter.pending |