|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexReader.FieldOption | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.store.instantiated | InstantiatedIndex, alternative RAM store for small corpora. |
Uses of IndexReader.FieldOption in org.apache.lucene.index |
---|
Fields in org.apache.lucene.index declared as IndexReader.FieldOption | |
---|---|
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_TF
All fields that omit tf |
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 |
Methods in org.apache.lucene.index with parameters of type IndexReader.FieldOption | |
---|---|
Collection |
MultiReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
Collection |
FilterIndexReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
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 |
ParallelReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
Uses of IndexReader.FieldOption in org.apache.lucene.store.instantiated |
---|
Methods in org.apache.lucene.store.instantiated with parameters of type IndexReader.FieldOption | |
---|---|
Collection |
InstantiatedIndexReader.getFieldNames(IndexReader.FieldOption fieldOption)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |