Uses of Class
org.apache.lucene.codecs.lucene90.blocktree.FieldReader
Packages that use FieldReader
-
Uses of FieldReader in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as FieldReaderModifier and TypeFieldDescription(package private) final FieldReader
IntersectTermsEnum.fr
(package private) final FieldReader
SegmentTermsEnum.fr
Fields in org.apache.lucene.codecs.lucene90.blocktree with type parameters of type FieldReaderModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<FieldReader> Lucene90BlockTreeTermsReader.fieldMap
Method parameters in org.apache.lucene.codecs.lucene90.blocktree with type arguments of type FieldReaderModifier and TypeMethodDescriptionLucene90BlockTreeTermsReader.sortFieldNames
(IntObjectHashMap<FieldReader> fieldMap, FieldInfos fieldInfos) Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type FieldReaderModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, TransitionAccessor automaton, ByteRunnable runAutomaton, BytesRef commonSuffix, BytesRef startTerm)