Class StopwordsAnalyzerProperties
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
- Author:
- Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStopwordAsHex
(String value) addStopwordAsString
(String value) boolean
boolean
getHex()
int
hashCode()
-
Constructor Details
-
StopwordsAnalyzerProperties
public StopwordsAnalyzerProperties()
-
-
Method Details
-
getStopwords
-
getStopwordsAsStringList
- Returns:
- list of verbatim strings that describe the tokens to be discarded.
-
getStopwordsAsHexList
- Returns:
- list of hex-encoded strings that describe the tokens to be discarded.
-
getHex
public boolean getHex()- Returns:
- if false each string in
stopwords
is used as verbatim, if true as hex-encoded.
-
addStopwordAsString
- Parameters:
value
- stopword as verbatim string- Returns:
- this
-
addStopwordAsHex
- Parameters:
value
- stopword as hex string- Returns:
- this
-
equals
-
hashCode
public int hashCode()
-