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

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
          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_TERM_FREQ_AND_POSITIONS
          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<String> ParallelReader.getFieldNames(IndexReader.FieldOption fieldNames)
           
 Collection<String> MultiReader.getFieldNames(IndexReader.FieldOption fieldNames)
           
 Collection<String> FilterIndexReader.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> SegmentReader.getFieldNames(IndexReader.FieldOption fieldOption)
           
 



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