Uses of Class
org.apache.lucene.codecs.bloom.HashFunction
Packages that use HashFunction
Package
Description
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
-
Uses of HashFunction in org.apache.lucene.codecs.bloom
Subclasses of HashFunction in org.apache.lucene.codecs.bloomModifier and TypeClassDescriptionfinal classThis is a very fast, non-cryptographic hash suitable for general hash-based lookup.Fields in org.apache.lucene.codecs.bloom declared as HashFunctionMethods in org.apache.lucene.codecs.bloom that return HashFunctionModifier and TypeMethodDescriptionstatic HashFunctionFuzzySet.hashFunctionForVersion(int version) Constructors in org.apache.lucene.codecs.bloom with parameters of type HashFunctionModifierConstructorDescriptionprivateFuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)