|
|||||||||||
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.UNINDEXED
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED_WITH_TERMVECTOR
|
static IndexReader.FieldOption |
IndexReader.FieldOption.INDEXED_NO_TERMVECTOR
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_POSITION
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_OFFSET
|
static IndexReader.FieldOption |
IndexReader.FieldOption.TERMVECTOR_WITH_POSITION_OFFSET
|
Methods in org.apache.lucene.index with parameters of type IndexReader.FieldOption | |
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 |
MultiReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
Collection |
ParallelReader.getFieldNames(IndexReader.FieldOption fieldNames)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |