|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Property.Index>
org.compass.core.Property.Index
public static enum Property.Index
Specifies whether and how a meta-data property should be indexed.
| Enum Constant Summary | |
|---|---|
ANALYZED
Index the property's value so it can be searched. |
|
NO
Do not index the property value. |
|
NOT_ANALYZED
Index the property's value without using an Analyzer, so it can be searched. |
|
TOKENIZED
Deprecated. renamed to ANALYZED. |
|
UN_TOKENIZED
Deprecated. renamed to NOT_ANALYZED |
|
| Method Summary | |
|---|---|
static Property.Index |
fromString(String propertyIndex)
|
static String |
toString(Property.Index propertyIndex)
|
static Property.Index |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Property.Index[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Property.Index NO
stored.
public static final Property.Index TOKENIZED
ANALYZED.public static final Property.Index ANALYZED
public static final Property.Index UN_TOKENIZED
NOT_ANALYZEDpublic static final Property.Index NOT_ANALYZED
| Method Detail |
|---|
public static final Property.Index[] values()
for(Property.Index c : Property.Index.values())
System.out.println(c);
public static Property.Index valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic static String toString(Property.Index propertyIndex)
public static Property.Index fromString(String propertyIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||