Class 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