org.alfresco.repo.search.impl.lucene
Class AnalysisMode
java.lang.Object
java.lang.Enum
org.alfresco.repo.search.impl.lucene.AnalysisMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class AnalysisMode
- extends java.lang.Enum
- 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 |
DEFAULT
public static final AnalysisMode DEFAULT
TOKENISE
public static final AnalysisMode TOKENISE
IDENTIFIER
public static final AnalysisMode IDENTIFIER
FUZZY
public static final AnalysisMode FUZZY
PREFIX
public static final AnalysisMode PREFIX
WILD
public static final AnalysisMode WILD
LIKE
public static final AnalysisMode LIKE
values
public static AnalysisMode[] values()
valueOf
public static AnalysisMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.