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.index.pruning Static Index Pruning Toolsorg.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora.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
PruningReader. getFieldInfos()
Applies aStorePruningPolicy
to the list of available field infos.FieldInfos
SegmentReader. getFieldInfos()
FieldInfos
SlowMultiReaderWrapper. 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.index.pruning
Methods in org.apache.lucene.index.pruning that return FieldInfos Modifier and Type Method Description FieldInfos
StorePruningPolicy. getFieldInfos(FieldInfos allInfos)
Compute field infos that should be retainedMethods in org.apache.lucene.index.pruning with parameters of type FieldInfos Modifier and Type Method Description FieldInfos
StorePruningPolicy. getFieldInfos(FieldInfos allInfos)
Compute field infos that should be retained -
Uses of FieldInfos in org.apache.lucene.store.instantiated
Methods in org.apache.lucene.store.instantiated that return FieldInfos Modifier and Type Method Description FieldInfos
InstantiatedIndex. getFieldInfos()
Deprecated.FieldInfos
InstantiatedIndexReader. getFieldInfos()
Deprecated. -
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
-