org.alfresco.repo.dictionary
Class IndexTokenisationMode
java.lang.Object
java.lang.Enum
org.alfresco.repo.dictionary.IndexTokenisationMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class IndexTokenisationMode
- extends java.lang.Enum
How tokenisation is supported in the index.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TRUE
public static final IndexTokenisationMode TRUE
- Tokenise the property. If the analyser supported ordering then the field
supports ordering FTS is supported via analysis.
FALSE
public static final IndexTokenisationMode FALSE
- Do not tokenise the property. The field supports ordering and pattern
matching.
BOTH
public static final IndexTokenisationMode BOTH
- There may be two indexes - one to support ordering and one to support
search.
values
public static IndexTokenisationMode[] values()
valueOf
public static IndexTokenisationMode valueOf(java.lang.String name)
serializer
public static java.lang.String serializer(IndexTokenisationMode indexTokenisationMode)
deserializer
public static IndexTokenisationMode deserializer(java.lang.String value)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.