Uses of Class
org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader.FieldIndexData
-
Packages that use FixedGapTermsIndexReader.FieldIndexData Package Description org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations. -
-
Uses of FixedGapTermsIndexReader.FieldIndexData in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as FixedGapTermsIndexReader.FieldIndexData Modifier and Type Field Description private FixedGapTermsIndexReader.FieldIndexData
FixedGapTermsIndexReader.IndexEnum. fieldIndex
Fields in org.apache.lucene.codecs.blockterms with type parameters of type FixedGapTermsIndexReader.FieldIndexData Modifier and Type Field Description (package private) java.util.HashMap<java.lang.String,FixedGapTermsIndexReader.FieldIndexData>
FixedGapTermsIndexReader. fields
Constructors in org.apache.lucene.codecs.blockterms with parameters of type FixedGapTermsIndexReader.FieldIndexData Constructor Description IndexEnum(FixedGapTermsIndexReader.FieldIndexData fieldIndex)
-