Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
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.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 |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.