| Package | Description |
|---|---|
| org.apache.lucene.util |
Some utility classes.
|
| org.apache.lucene.util.hash |
Hashing functions load-able via SPI service
|
| Modifier and Type | Method and Description |
|---|---|
static FuzzySet |
FuzzySet.createSetBasedOnMaxMemory(int maxNumBytes,
HashFunction hashFunction) |
static FuzzySet |
FuzzySet.createSetBasedOnQuality(int maxNumUniqueValues,
float desiredMaxSaturation,
HashFunction hashFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
MurmurHash2
This is a very fast, non-cryptographic hash suitable for general hash-based
lookup.
|
| Modifier and Type | Method and Description |
|---|---|
static HashFunction |
HashFunction.forName(String name)
looks up a hash function by name
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.