|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldSelector | |
org.apache.lucene.document | The Document abstraction. |
org.apache.lucene.index | Code to maintain and access indices. |
Uses of FieldSelector in org.apache.lucene.document |
Classes in org.apache.lucene.document that implement FieldSelector | |
class |
LoadFirstFieldSelector
Load the First field and break. |
class |
MapFieldSelector
A FieldSelector based on a Map of field names to FieldSelectorResults |
class |
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 | |
Document |
FilterIndexReader.document(int n,
FieldSelector fieldSelector)
|
abstract Document |
IndexReader.document(int n,
FieldSelector fieldSelector)
Get the Document at the n th position. |
Document |
MultiReader.document(int n,
FieldSelector fieldSelector)
|
Document |
ParallelReader.document(int n,
FieldSelector fieldSelector)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |