java.lang.Objectorg.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.StopAnalyzer
All Implemented Interfaces:
Closeable
You must specify the required Version compatibility when creating StopAnalyzer:
| Field Summary | ||
|---|---|---|
| public static final Set<?> | ENGLISH_STOP_WORDS_SET | An unmodifiable set containing some common English words that are not usually useful for searching. |
| Fields inherited from org.apache.lucene.analysis.Analyzer: |
|---|
| overridesTokenStreamMethod |
| Constructor: |
|---|
|
|
|
|
| Method from org.apache.lucene.analysis.StopAnalyzer Summary: |
|---|
| reusableTokenStream, tokenStream |
| Methods from org.apache.lucene.analysis.Analyzer: |
|---|
| close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setOverridesTokenStreamMethod, setPreviousTokenStream, tokenStream |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.analysis.StopAnalyzer Detail: |
|---|
|
|