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 KEYWORD
          Lucene Keyword analyzer.
static String SIMPLE
          Simple Lucene Analyzer.
static String STANDARD
          The standard lucene analyzer.
static String STOP
          Lucene Stop analyzer.
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:
WhitespaceAnalyzer, Constant Field Values

STANDARD

public static final String STANDARD
The standard lucene analyzer.

See Also:
StandardAnalyzer, Constant Field Values

SIMPLE

public static final String SIMPLE
Simple Lucene Analyzer.

See Also:
SimpleAnalyzer, Constant Field Values

STOP

public static final String STOP
Lucene Stop analyzer.

See Also:
StopAnalyzer, Constant Field Values

KEYWORD

public static final String KEYWORD
Lucene Keyword analyzer.

See Also:
KeywordAnalyzer, Constant Field Values
Constructor Detail

LuceneEnvironment.Analyzer.CoreTypes

public LuceneEnvironment.Analyzer.CoreTypes()


Copyright (c) 2004-2008 The Compass Project.