Class StopwordsAnalyzer
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
-
- com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzer
-
public final class StopwordsAnalyzer extends SearchAnalyzer
An Analyzer capable of removing specified tokens from the input.- Since:
- ArangoDB 3.8
- Author:
- Michele Rastelli
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description StopwordsAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StopwordsAnalyzerPropertiesgetProperties()inthashCode()voidsetProperties(StopwordsAnalyzerProperties properties)-
Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
-
-
-
Method Detail
-
getProperties
public StopwordsAnalyzerProperties getProperties()
-
setProperties
public void setProperties(StopwordsAnalyzerProperties properties)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSearchAnalyzer
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchAnalyzer
-
-