|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.Parameter
org.compass.core.Property.Index
public static final class Property.Index
Specifies whether and how a meta-data property should be indexed.
| Field Summary | |
|---|---|
static Property.Index |
ANALYZED
Index the property's value so it can be searched. |
static Property.Index |
NO
Do not index the property value. |
static Property.Index |
NOT_ANALYZED
Index the property's value without using an Analyzer, so it can be searched. |
static Property.Index |
TOKENIZED
Deprecated. renamed to ANALYZED. |
static Property.Index |
UN_TOKENIZED
Deprecated. renamed to NOT_ANALYZED |
| Method Summary | |
|---|---|
static Property.Index |
fromString(String propertyIndex)
|
static String |
toString(Property.Index propertyIndex)
|
| Methods inherited from class org.compass.core.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 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 String toString(Property.Index propertyIndex)
public static Property.Index fromString(String propertyIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||