Class HashFunction
Base class for hashing functions that can be referred to by name. Subclasses are expected to provide threadsafe implementations of the hash function on the range of bytes referenced in the provided BytesRef.
@lucene.experimental
Inheritance
System.Object
HashFunction
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class HashFunction : object
Methods
Name | Description |
---|---|
Hash(BytesRef) | Hashes the contents of the referenced bytes. |