org.compass.core.lucene
Class LuceneEnvironment.Analyzer.CoreTypes

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment.Analyzer.CoreTypes
Enclosing class:
LuceneEnvironment.Analyzer

public abstract class LuceneEnvironment.Analyzer.CoreTypes
extends Object


Field Summary
static String SIMPLE
           
static String STANDARD
           
static String STOP
           
static String WHITESPACE
          An analyzer which tokenizes a text according to whitespaces.
 
Constructor Summary
LuceneEnvironment.Analyzer.CoreTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHITESPACE

public static final String WHITESPACE
An analyzer which tokenizes a text according to whitespaces.

See Also:
Constant Field Values

STANDARD

public static final String STANDARD
See Also:
Constant Field Values

SIMPLE

public static final String SIMPLE
See Also:
Constant Field Values

STOP

public static final String STOP
See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment.Analyzer.CoreTypes

public LuceneEnvironment.Analyzer.CoreTypes()


Copyright (c) 2004-2006 The Compass Project.