Uses of Class
org.apache.lucene.analysis.minhash.MinHashFilter.LongPair
-
Packages that use MinHashFilter.LongPair Package Description org.apache.lucene.analysis.minhash MinHash filtering (for LSH). -
-
Uses of MinHashFilter.LongPair in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as MinHashFilter.LongPair Modifier and Type Field Description private static MinHashFilter.LongPair[]
MinHashFilter. cachedIntHashes
Fields in org.apache.lucene.analysis.minhash with type parameters of type MinHashFilter.LongPair Modifier and Type Field Description private java.util.List<java.util.List<MinHashFilter.FixedSizeTreeSet<MinHashFilter.LongPair>>>
MinHashFilter. minHashSets
Methods in org.apache.lucene.analysis.minhash that return MinHashFilter.LongPair Modifier and Type Method Description private static MinHashFilter.LongPair
MinHashFilter. combineOrdered(MinHashFilter.LongPair... hashCodes)
private static MinHashFilter.LongPair
MinHashFilter. getIntHash(int i)
Methods in org.apache.lucene.analysis.minhash with parameters of type MinHashFilter.LongPair Modifier and Type Method 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".
-