Uses of Class
org.apache.lucene.index.IndexReader.FieldOption

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
 

Methods in org.apache.lucene.index that return IndexReader.FieldOption
static IndexReader.FieldOption IndexReader.FieldOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexReader.FieldOption[] IndexReader.FieldOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.index with parameters of type IndexReader.FieldOption
 Collection<String> SegmentReader.getFieldNames(IndexReader.FieldOption fieldOption)
           
 Collection<String> FilterIndexReader.getFieldNames(IndexReader.FieldOption fieldNames)
           
 Collection<String> MultiReader.getFieldNames(IndexReader.FieldOption fieldNames)
           
abstract  Collection<String> 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<String> 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<String> InstantiatedIndexReader.getFieldNames(IndexReader.FieldOption fieldOption)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.