|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.lucene.LuceneEnvironment.Analyzer.CoreTypes
public abstract class LuceneEnvironment.Analyzer.CoreTypes
| 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 |
|---|
public static final String WHITESPACE
WhitespaceAnalyzer,
Constant Field Valuespublic static final String STANDARD
StandardAnalyzer,
Constant Field Valuespublic static final String SIMPLE
SimpleAnalyzer,
Constant Field Valuespublic static final String STOP
StopAnalyzer,
Constant Field Valuespublic static final String KEYWORD
KeywordAnalyzer,
Constant Field Values| Constructor Detail |
|---|
public LuceneEnvironment.Analyzer.CoreTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||