public class StopwordsAnalyzerProperties extends Object
Constructor and Description |
---|
StopwordsAnalyzerProperties() |
Modifier and Type | Method and Description |
---|---|
StopwordsAnalyzerProperties |
addStopwordAsHex(String value) |
StopwordsAnalyzerProperties |
addStopwordAsString(String value) |
boolean |
equals(Object o) |
boolean |
getHex() |
List<String> |
getStopwords()
Deprecated.
use
getStopwordsAsHexList() instead |
List<String> |
getStopwordsAsHexList() |
List<String> |
getStopwordsAsStringList() |
int |
hashCode() |
@Deprecated public List<String> getStopwords()
getStopwordsAsHexList()
insteadpublic List<String> getStopwordsAsStringList()
public List<String> getStopwordsAsHexList()
public boolean getHex()
stopwords
is used as verbatim, if true as hex-encoded.public StopwordsAnalyzerProperties addStopwordAsString(String value)
value
- stopword as verbatim stringpublic StopwordsAnalyzerProperties addStopwordAsHex(String value)
value
- stopword as hex stringCopyright © 2016–2022 ArangoDB GmbH. All rights reserved.