atg.search.routing.command.indexing
Class OptionsBase.SpellSplitWords

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

Nested Class Summary
static class OptionsBase.SpellSplitWords.SpellSplitWordsEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static OptionsBase.SpellSplitWords AFTER
          Performed after normal spell correction, if still unknown.
static OptionsBase.SpellSplitWords BEFORE
          Performed before normal spell correction.
static java.lang.String CLASS_VERSION
          Class version string
static OptionsBase.SpellSplitWords FALSE
          Disabled.
 
Method Summary
static OptionsBase.SpellSplitWords valueOf(java.lang.String pName)
           
 
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
 

Field Detail

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.

Method Detail

valueOf

public static OptionsBase.SpellSplitWords valueOf(java.lang.String pName)