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 class
This 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 HashFunction
FuzzySet.hashFunctionForVersion
(int version) Constructors in org.apache.lucene.codecs.bloom with parameters of type HashFunctionModifierConstructorDescriptionprivate
FuzzySet
(FixedBitSet filter, int bloomSize, HashFunction hashFunction)