java.lang.ObjectFilters LetterTokenizer with LowerCaseFilter and StopFilter.org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.StopAnalyzer
| Field Summary | ||
|---|---|---|
| public static final String[] | ENGLISH_STOP_WORDS | An array containing some common English words that are not usually useful for searching. |
| Constructor: |
|---|
|
|
|
|
|
| Method from org.apache.lucene.analysis.StopAnalyzer Summary: |
|---|
| reusableTokenStream, tokenStream |
| Methods from org.apache.lucene.analysis.Analyzer: |
|---|
| getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream, tokenStream |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.analysis.StopAnalyzer Detail: |
|---|
|
|