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 aDocumentfor 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 FieldSelectorSearchTravRetLoadFieldSelectorTask. fieldSelector -
Uses of FieldSelector in org.apache.lucene.document
Classes in org.apache.lucene.document that implement FieldSelector Modifier and Type Class Description classLoadFirstFieldSelectorLoad the First field and break.classMapFieldSelectorAFieldSelectorbased on a Map of field names toFieldSelectorResultsclassSetBasedFieldSelectorDeclare 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 DocumentFilterIndexReader. document(int n, FieldSelector fieldSelector)abstract DocumentIndexReader. document(int n, FieldSelector fieldSelector)Get theDocumentat thenth position.DocumentMultiReader. document(int n, FieldSelector fieldSelector)DocumentParallelReader. document(int n, FieldSelector fieldSelector)DocumentPruningReader. document(int n, FieldSelector fieldSelector)Applies aStorePruningPolicyto stored fields of a document.DocumentSegmentReader. 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 DocumentStorePruningPolicy. 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 DocumentIndexSearcher. doc(int docID, FieldSelector fieldSelector)DocumentMultiSearcher. doc(int n, FieldSelector fieldSelector)Deprecated.DocumentRemoteSearchable. doc(int i, FieldSelector fieldSelector)Deprecated.DocumentSearchable. doc(int n, FieldSelector fieldSelector)Deprecated.Get theDocumentat thenth position.abstract DocumentSearcher. 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 DocumentInstantiatedIndexReader. document(int n, FieldSelector fieldSelector)Deprecated.Return theDocumentat thenth position.
-