Uses of Class
org.apache.lucene.index.FieldInfos
-
Packages that use FieldInfos Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of FieldInfos in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FieldInfos Modifier and Type Field Description FieldInfosSegmentWriteState. fieldInfosMethods in org.apache.lucene.index that return FieldInfos Modifier and Type Method Description FieldInfosFilterIndexReader. getFieldInfos()abstract FieldInfosIndexReader. getFieldInfos()Get theFieldInfosdescribing all fields in this reader.FieldInfosMultiReader. getFieldInfos()FieldInfosParallelReader. getFieldInfos()FieldInfosSegmentReader. getFieldInfos()Methods in org.apache.lucene.index with parameters of type FieldInfos Modifier and Type Method Description voidFieldInfos. add(FieldInfos other)Constructors in org.apache.lucene.index with parameters of type FieldInfos Constructor Description SegmentWriteState(PrintStream infoStream, Directory directory, String segmentName, FieldInfos fieldInfos, int numDocs, int termIndexInterval, org.apache.lucene.index.BufferedDeletes segDeletes) -
Uses of FieldInfos in org.apache.lucene.util
Methods in org.apache.lucene.util that return FieldInfos Modifier and Type Method Description static FieldInfosReaderUtil. getMergedFieldInfos(IndexReader reader)Call this to get the (merged) FieldInfos for a composite reader
-