|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.index.IndexReader.FieldOption
public static final class IndexReader.FieldOption
Constants describing field properties, for example used for
IndexReader.getFieldNames(FieldOption)
.
Field Summary | |
---|---|
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 |
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 |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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 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
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |