|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldSelector | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document 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 | |
|---|---|
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 | |
|---|---|
abstract Document |
IndexReader.document(int n,
FieldSelector fieldSelector)
Get the Document at the n
th position. |
Document |
SegmentReader.document(int n,
FieldSelector fieldSelector)
|
Document |
MultiReader.document(int n,
FieldSelector fieldSelector)
|
Document |
FilterIndexReader.document(int n,
FieldSelector fieldSelector)
|
Document |
ParallelReader.document(int n,
FieldSelector fieldSelector)
|
| Uses of FieldSelector in org.apache.lucene.search |
|---|
| Methods in org.apache.lucene.search with parameters of type FieldSelector | |
|---|---|
Document |
MultiSearcher.doc(int n,
FieldSelector fieldSelector)
Deprecated. |
Document |
Searchable.doc(int n,
FieldSelector fieldSelector)
Deprecated. Get the Document at the nth position. |
abstract Document |
Searcher.doc(int docid,
FieldSelector fieldSelector)
Deprecated. |
Document |
IndexSearcher.doc(int docID,
FieldSelector fieldSelector)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||