| Package | Description |
|---|---|
| org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
| Class and Description |
|---|
| FieldMetadataTermState
Pair of
FieldMetadata and BlockTermState for a specific field. |
| STBlockLine
Represents a term and its details stored in the
BlockTermState. |
| STBlockLine.Serializer
Reads block lines encoded incrementally, with all fields corresponding
to the term of the line.
|
| STBlockReader
Reads terms blocks with the Shared Terms format.
|
| STMergingTermsEnum.MultiSegmentsPostingsEnum
Combines multiple segments
PostingsEnum as a single PostingsEnum,
for one field and one term. |
| STUniformSplitTermsWriter.SegmentPostings |
| UnionFieldMetadataBuilder
Builds a
FieldMetadata that is the union of multiple FieldMetadata. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.