atg.search.routing.command.indexing
Class OptionsBase.SpellSplitWords
java.lang.Object
  
atg.core.util.Enum
      
atg.search.routing.command.indexing.OptionsBase.SpellSplitWords
- All Implemented Interfaces: 
 - java.io.Serializable, java.lang.Comparable
 
- Enclosing class:
 - OptionsBase
 
public static class OptionsBase.SpellSplitWords
- extends Enum
 
Controls how split-word spell correction is performed
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class atg.core.util.Enum | 
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
 - Constant Field Values
 
 
FALSE
public static final OptionsBase.SpellSplitWords FALSE
- Disabled.
 
BEFORE
public static final OptionsBase.SpellSplitWords BEFORE
- Performed before normal spell correction.
 
AFTER
public static final OptionsBase.SpellSplitWords AFTER
- Performed after normal spell correction, if still unknown.
 
valueOf
public static OptionsBase.SpellSplitWords valueOf(java.lang.String pName)