Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadFirstFieldSelector
Load the First field and break.
|
class |
MapFieldSelector
A
FieldSelector based on a Map of field names to FieldSelectorResult s |
class |
SetBasedFieldSelector
Declare what fields to load normally and what fields to load lazily
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Document |
MultiSearcher.doc(int n,
FieldSelector fieldSelector)
Deprecated.
|
Document |
Searchable.doc(int n,
FieldSelector fieldSelector)
Deprecated.
Get the
Document at the n th position. |
abstract Document |
Searcher.doc(int docid,
FieldSelector fieldSelector)
Deprecated.
|
Document |
IndexSearcher.doc(int docID,
FieldSelector fieldSelector) |