Uses of Interface
org.apache.lucene.document.FieldSelector
-
Packages that use FieldSelector Package Description org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.pruning Static Index Pruning Toolsorg.apache.lucene.search Code to search indices.org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. -
-
Uses of FieldSelector in org.apache.lucene.benchmark.byTask.tasks
Fields in org.apache.lucene.benchmark.byTask.tasks declared as FieldSelector Modifier and Type Field Description protected FieldSelector
SearchTravRetLoadFieldSelectorTask. fieldSelector
-
Uses of FieldSelector in org.apache.lucene.document
Classes in org.apache.lucene.document that implement FieldSelector Modifier and Type Class Description class
LoadFirstFieldSelector
Load the First field and break.class
MapFieldSelector
AFieldSelector
based on a Map of field names toFieldSelectorResult
sclass
SetBasedFieldSelector
Declare what fields to load normally and what fields to load lazily -
Uses of FieldSelector in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type FieldSelector Modifier and Type Method Description Document
FilterIndexReader. document(int n, FieldSelector fieldSelector)
abstract Document
IndexReader. document(int n, FieldSelector fieldSelector)
Get theDocument
at then
th position.Document
MultiReader. document(int n, FieldSelector fieldSelector)
Document
ParallelReader. document(int n, FieldSelector fieldSelector)
Document
PruningReader. document(int n, FieldSelector fieldSelector)
Applies aStorePruningPolicy
to stored fields of a document.Document
SegmentReader. document(int n, FieldSelector fieldSelector)
-
Uses of FieldSelector in org.apache.lucene.index.pruning
Methods in org.apache.lucene.index.pruning with parameters of type FieldSelector Modifier and Type Method Description Document
StorePruningPolicy. pruneDocument(int doc, FieldSelector parent)
Prune stored fields of a document. -
Uses of FieldSelector in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type FieldSelector Modifier and Type Method Description Document
IndexSearcher. doc(int docID, FieldSelector fieldSelector)
Document
MultiSearcher. doc(int n, FieldSelector fieldSelector)
Deprecated.Document
RemoteSearchable. doc(int i, FieldSelector fieldSelector)
Deprecated.Document
Searchable. doc(int n, FieldSelector fieldSelector)
Deprecated.Get theDocument
at then
th position.abstract Document
Searcher. doc(int docid, FieldSelector fieldSelector)
Deprecated. -
Uses of FieldSelector in org.apache.lucene.store.instantiated
Methods in org.apache.lucene.store.instantiated with parameters of type FieldSelector Modifier and Type Method Description Document
InstantiatedIndexReader. document(int n, FieldSelector fieldSelector)
Deprecated.Return theDocument
at then
th position.
-