Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
Modifier and Type | Field and Description |
---|---|
static IndexReader.FieldOption |
IndexReader.FieldOption.ALL
All fields
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED
All indexed fields
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED_NO_TERMVECTOR
All fields which are indexed but don't have termvectors enabled
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED_WITH_TERMVECTOR
All fields which are indexed with termvectors enabled
|
static IndexReader.FieldOption |
IndexReader.FieldOption.OMIT_TERM_FREQ_AND_POSITIONS
All fields that omit tf
|
static IndexReader.FieldOption |
IndexReader.FieldOption.OMIT_TF
Deprecated.
Renamed to
OMIT_TERM_FREQ_AND_POSITIONS |
static IndexReader.FieldOption |
IndexReader.FieldOption.STORES_PAYLOADS
All fields that store payloads
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR
All fields with termvectors enabled.
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_OFFSET
All fields with termvectors with offset values enabled
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_POSITION
All fields with termvectors with position values enabled
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_POSITION_OFFSET
All fields with termvectors with offset values and position values enabled
|
static IndexReader.FieldOption |
IndexReader.FieldOption.UNINDEXED
All fields which are not indexed
|
Modifier and Type | Method and Description |
---|---|
Collection |
SegmentReader.getFieldNames(IndexReader.FieldOption fieldOption) |
abstract Collection |
IndexReader.getFieldNames(IndexReader.FieldOption fldOption)
Get a list of unique field names that exist in this index and have the specified
field option information.
|
Collection |
FilterIndexReader.getFieldNames(IndexReader.FieldOption fieldNames) |
Collection |
MultiReader.getFieldNames(IndexReader.FieldOption fieldNames) |
Collection |
ParallelReader.getFieldNames(IndexReader.FieldOption fieldNames) |
Modifier and Type | Method and Description |
---|---|
Collection |
InstantiatedIndexReader.getFieldNames(IndexReader.FieldOption fieldOption) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.