Uses of Class
com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
-
Packages that use StopwordsAnalyzerProperties Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of StopwordsAnalyzerProperties in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return StopwordsAnalyzerProperties Modifier and Type Method Description StopwordsAnalyzerProperties
StopwordsAnalyzerProperties. addStopwordAsHex(String value)
StopwordsAnalyzerProperties
StopwordsAnalyzerProperties. addStopwordAsString(String value)
StopwordsAnalyzerProperties
StopwordsAnalyzer. getProperties()
Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type StopwordsAnalyzerProperties Modifier and Type Method Description void
StopwordsAnalyzer. setProperties(StopwordsAnalyzerProperties properties)
-