Uses of Class
org.apache.lucene.util.hash.HashFunction

Packages that use HashFunction
org.apache.lucene.util Some utility classes. 
org.apache.lucene.util.hash Hashing functions load-able via SPI service 
 

Uses of HashFunction in org.apache.lucene.util
 

Methods in org.apache.lucene.util with parameters of type HashFunction
static FuzzySet FuzzySet.createSetBasedOnMaxMemory(int maxNumBytes, HashFunction hashFunction)
           
static FuzzySet FuzzySet.createSetBasedOnQuality(int maxNumUniqueValues, float desiredMaxSaturation, HashFunction hashFunction)
           
 

Uses of HashFunction in org.apache.lucene.util.hash
 

Subclasses of HashFunction in org.apache.lucene.util.hash
 class MurmurHash2
          This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
 

Methods in org.apache.lucene.util.hash that return HashFunction
static HashFunction HashFunction.forName(String name)
          looks up a hash function by name
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.