Uses of Interface
org.apache.lucene.document.FieldSelector
-
Packages that use FieldSelector Package Description 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.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 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
SegmentReader. 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 Document
IndexSearcher. doc(int docID, FieldSelector fieldSelector)
Document
MultiSearcher. doc(int n, 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.
-