Class MinHashAnalyzer
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
-
- com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzer
-
public final class MinHashAnalyzer extends SearchAnalyzer
An Analyzer that computes so called MinHash signatures using a locality-sensitive hash function. It applies an Analyzer of your choice before the hashing, for example, to break up text into words.- Since:
- ArangoDB 3.10
- Author:
- Michele Rastelli
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description MinHashAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)MinHashAnalyzerPropertiesgetProperties()inthashCode()voidsetProperties(MinHashAnalyzerProperties properties)-
Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
-
-
-
Method Detail
-
getProperties
public MinHashAnalyzerProperties getProperties()
-
setProperties
public void setProperties(MinHashAnalyzerProperties properties)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSearchAnalyzer
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchAnalyzer
-
-