Uses of Package
org.apache.lucene.codecs.uniformsplit.sharedterms
-
Packages that use org.apache.lucene.codecs.uniformsplit.sharedterms Package Description org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations. -
Classes in org.apache.lucene.codecs.uniformsplit.sharedterms used by org.apache.lucene.codecs.uniformsplit.sharedterms Class Description FieldMetadataTermState Pair ofFieldMetadataandBlockTermStatefor a specific field.STBlockLine Represents a term and its details stored in theBlockTermState.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 segmentsPostingsEnumas a singlePostingsEnum, for one field and one term.UnionFieldMetadataBuilder Builds aFieldMetadatathat is the union of multipleFieldMetadata.