Uses of Interface
org.apache.lucene.document.FieldSelector
-
Packages that use FieldSelector Package Description 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.search Code to search indices. -
-
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)DocumentSegmentReader. document(int n, FieldSelector fieldSelector) -
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.DocumentSearchable. doc(int n, FieldSelector fieldSelector)Deprecated.Get theDocumentat thenth position.abstract DocumentSearcher. doc(int docid, FieldSelector fieldSelector)Deprecated.
-