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. cachedIntHashesFields 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. minHashSetsMethods in org.apache.lucene.analysis.minhash that return MinHashFilter.LongPair Modifier and Type Method Description private static MinHashFilter.LongPairMinHashFilter. combineOrdered(MinHashFilter.LongPair... hashCodes)private static MinHashFilter.LongPairMinHashFilter. getIntHash(int i)Methods in org.apache.lucene.analysis.minhash with parameters of type MinHashFilter.LongPair Modifier and Type Method Description private static MinHashFilter.LongPairMinHashFilter. combineOrdered(MinHashFilter.LongPair... hashCodes)intMinHashFilter.LongPair. compareTo(MinHashFilter.LongPair other)(package private) static voidMinHashFilter. 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".
-