|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInfos | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.index.pruning |
Static Index Pruning Tools |
org.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 | |
---|---|
FieldInfos |
SegmentWriteState.fieldInfos
|
Methods in org.apache.lucene.index that return FieldInfos | |
---|---|
FieldInfos |
PruningReader.getFieldInfos()
Applies a StorePruningPolicy to the list of available field infos. |
FieldInfos |
SlowMultiReaderWrapper.getFieldInfos()
|
FieldInfos |
ParallelReader.getFieldInfos()
|
abstract FieldInfos |
IndexReader.getFieldInfos()
Get the FieldInfos describing all fields in
this reader. |
FieldInfos |
MultiReader.getFieldInfos()
|
FieldInfos |
FilterIndexReader.getFieldInfos()
|
FieldInfos |
SegmentReader.getFieldInfos()
|
Methods in org.apache.lucene.index with parameters of type FieldInfos | |
---|---|
void |
FieldInfos.add(FieldInfos other)
|
Constructors in org.apache.lucene.index with parameters of type FieldInfos | |
---|---|
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 | |
---|---|
FieldInfos |
StorePruningPolicy.getFieldInfos(FieldInfos allInfos)
Compute field infos that should be retained |
Methods in org.apache.lucene.index.pruning with parameters of type FieldInfos | |
---|---|
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 | |
---|---|
FieldInfos |
InstantiatedIndexReader.getFieldInfos()
Deprecated. |
FieldInfos |
InstantiatedIndex.getFieldInfos()
Deprecated. |
Uses of FieldInfos in org.apache.lucene.util |
---|
Methods in org.apache.lucene.util that return FieldInfos | |
---|---|
static FieldInfos |
ReaderUtil.getMergedFieldInfos(IndexReader reader)
Call this to get the (merged) FieldInfos for a composite reader |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |