|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.util.Parameter
org.apache.lucene.document.Field.Index
public static final class Field.Index
Specifies whether and how a field should be indexed.
| Field Summary | |
|---|---|
static Field.Index |
NO
Do not index the field value. |
static Field.Index |
NO_NORMS
Index the field's value without an Analyzer, and disable the storing of norms. |
static Field.Index |
TOKENIZED
Index the field's value so it can be searched. |
static Field.Index |
UN_TOKENIZED
Index the field's value without using an Analyzer, so it can be searched. |
| Method Summary |
|---|
| Methods inherited from class org.apache.lucene.util.Parameter |
|---|
readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Field.Index NO
stored.
public static final Field.Index TOKENIZED
public static final Field.Index UN_TOKENIZED
public static final Field.Index NO_NORMS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||