| Modifier and Type | Field and Description |
|---|---|
static org.apache.lucene.analysis.util.CharArraySet |
DEFAULT_BIG_LUCENE_STOPS |
static Set<String> |
DEFAULT_BIG_STOPWORDS |
| Constructor and Description |
|---|
StopWords()
Constructs the default stop words set
|
StopWords(Set<?> stopSet) |
StopWords(String filename) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(String input) |
Iterable<String> |
filter(Iterable<String> words) |
boolean |
isStopword(String s) |
public static final org.apache.lucene.analysis.util.CharArraySet DEFAULT_BIG_LUCENE_STOPS
Copyright © 2017. All rights reserved.