org.alfresco.repo.dictionary
Class IndexTokenisationMode

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
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.
 
Method Summary
static IndexTokenisationMode deserializer(java.lang.String value)
           
static java.lang.String serializer(IndexTokenisationMode indexTokenisationMode)
           
static IndexTokenisationMode valueOf(java.lang.String name)
           
static IndexTokenisationMode[] values()
           
 
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
 

Field Detail

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.

Method Detail

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.