org.apache.lucene.document
public static final class Field.Index extends Parameter implements Serializable
Modifier and Type | Field and Description |
---|---|
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.
|
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
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.