| Package | Description |
|---|---|
| org.apache.lucene.codecs.bloom |
Codec PostingsFormat for fast access to low-frequency terms
such as primary key fields.
|
| 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 | Field and Description |
|---|---|
private HashFunction |
FuzzySet.hashFunction |
| Modifier and Type | Method and Description |
|---|---|
static HashFunction |
FuzzySet.hashFunctionForVersion(int version) |
| Constructor and Description |
|---|
FuzzySet(FixedBitSet filter,
int bloomSize,
HashFunction hashFunction) |