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 FieldInfos
SegmentWriteState. fieldInfos
Methods in org.apache.lucene.index that return FieldInfos Modifier and Type Method Description FieldInfos
FilterIndexReader. getFieldInfos()
abstract FieldInfos
IndexReader. getFieldInfos()
Get theFieldInfos
describing all fields in this reader.FieldInfos
MultiReader. getFieldInfos()
FieldInfos
ParallelReader. getFieldInfos()
FieldInfos
SegmentReader. getFieldInfos()
Methods in org.apache.lucene.index with parameters of type FieldInfos Modifier and Type Method Description void
FieldInfos. 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 FieldInfos
ReaderUtil. getMergedFieldInfos(IndexReader reader)
Call this to get the (merged) FieldInfos for a composite reader
-