public final class IndexTokenisationMode
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static IndexTokenisationMode |
BOTH
There may be two indexes - one to support ordering and one to support
search.
|
static IndexTokenisationMode |
FALSE
Do not tokenise the property.
|
static IndexTokenisationMode |
TRUE
Tokenise the property.
|
Modifier and Type | Method and Description |
---|---|
static IndexTokenisationMode |
deserializer(java.lang.String value) |
static java.lang.String |
serializer(IndexTokenisationMode indexTokenisationMode) |
static IndexTokenisationMode |
valueOf(java.lang.String name) |
static IndexTokenisationMode[] |
values() |
public static final IndexTokenisationMode TRUE
public static final IndexTokenisationMode FALSE
public static final IndexTokenisationMode BOTH
public static IndexTokenisationMode[] values()
public static IndexTokenisationMode valueOf(java.lang.String name)
public static java.lang.String serializer(IndexTokenisationMode indexTokenisationMode)
public static IndexTokenisationMode deserializer(java.lang.String value)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.