org.apache.lucene.index
public static final class IndexReader.FieldOption extends java.lang.Object
IndexReader.getFieldNames(FieldOption)
.Modifier and Type | Field and Description |
---|---|
static IndexReader.FieldOption |
ALL
All fields
|
static IndexReader.FieldOption |
INDEXED
All indexed fields
|
static IndexReader.FieldOption |
INDEXED_NO_TERMVECTOR
All fields which are indexed but don't have termvectors enabled
|
static IndexReader.FieldOption |
INDEXED_WITH_TERMVECTOR
All fields which are indexed with termvectors enabled
|
static IndexReader.FieldOption |
OMIT_TERM_FREQ_AND_POSITIONS
All fields that omit tf
|
static IndexReader.FieldOption |
OMIT_TF
Deprecated.
Renamed to
OMIT_TERM_FREQ_AND_POSITIONS |
static IndexReader.FieldOption |
STORES_PAYLOADS
All fields that store payloads
|
static IndexReader.FieldOption |
TERMVECTOR
All fields with termvectors enabled.
|
static IndexReader.FieldOption |
TERMVECTOR_WITH_OFFSET
All fields with termvectors with offset values enabled
|
static IndexReader.FieldOption |
TERMVECTOR_WITH_POSITION
All fields with termvectors with position values enabled
|
static IndexReader.FieldOption |
TERMVECTOR_WITH_POSITION_OFFSET
All fields with termvectors with offset values and position values enabled
|
static IndexReader.FieldOption |
UNINDEXED
All fields which are not indexed
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final IndexReader.FieldOption ALL
public static final IndexReader.FieldOption INDEXED
public static final IndexReader.FieldOption STORES_PAYLOADS
public static final IndexReader.FieldOption OMIT_TERM_FREQ_AND_POSITIONS
public static final IndexReader.FieldOption OMIT_TF
OMIT_TERM_FREQ_AND_POSITIONS
public static final IndexReader.FieldOption UNINDEXED
public static final IndexReader.FieldOption INDEXED_WITH_TERMVECTOR
public static final IndexReader.FieldOption INDEXED_NO_TERMVECTOR
public static final IndexReader.FieldOption TERMVECTOR
public static final IndexReader.FieldOption TERMVECTOR_WITH_POSITION
public static final IndexReader.FieldOption TERMVECTOR_WITH_OFFSET
public static final IndexReader.FieldOption TERMVECTOR_WITH_POSITION_OFFSET
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.