|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexReader.FieldOption | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
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
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED_NO_TERMVECTOR
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED_WITH_TERMVECTOR
|
static IndexReader.FieldOption |
IndexReader.FieldOption.STORES_PAYLOADS
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_OFFSET
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_POSITION
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_POSITION_OFFSET
|
static IndexReader.FieldOption |
IndexReader.FieldOption.UNINDEXED
|
Methods in org.apache.lucene.index with parameters of type IndexReader.FieldOption | |
---|---|
java.util.Collection |
ParallelReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
java.util.Collection |
MultiReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
java.util.Collection |
FilterIndexReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
abstract java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |