Package | Description |
---|---|
org.apache.lucene.analysis.minhash |
MinHash filtering (for LSH).
|
Modifier and Type | Field and Description |
---|---|
private static MinHashFilter.LongPair[] |
MinHashFilter.cachedIntHashes |
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.util.List<MinHashFilter.FixedSizeTreeSet<MinHashFilter.LongPair>>> |
MinHashFilter.minHashSets |
Modifier and Type | Method and Description |
---|---|
private static MinHashFilter.LongPair |
MinHashFilter.combineOrdered(MinHashFilter.LongPair... hashCodes) |
private static MinHashFilter.LongPair |
MinHashFilter.getIntHash(int i) |
Modifier and Type | Method and Description |
---|---|
private static MinHashFilter.LongPair |
MinHashFilter.combineOrdered(MinHashFilter.LongPair... hashCodes) |
int |
MinHashFilter.LongPair.compareTo(MinHashFilter.LongPair other) |
(package private) static void |
MinHashFilter.murmurhash3_x64_128(byte[] key,
int offset,
int len,
int seed,
MinHashFilter.LongPair out)
Returns the MurmurHash3_x64_128 hash, placing the result in "out".
|