public class Constants
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static org.apache.lucene.analysis.CharArraySet |
OXYGEN_STOP_SET |
|
private static java.util.List<java.lang.String> |
stopWords |
| Constructor | Description |
|---|---|
Constants() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<java.lang.String> |
getStopWords() |
List of Oxygen stopwords
|