Uses of Class
org.apache.lucene.analysis.minhash.MinHashFilter.LongPair
Packages that use MinHashFilter.LongPair
-
Uses of MinHashFilter.LongPair in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as MinHashFilter.LongPairModifier and TypeFieldDescriptionprivate static final MinHashFilter.LongPair[]MinHashFilter.cachedIntHashesFields in org.apache.lucene.analysis.minhash with type parameters of type MinHashFilter.LongPairModifier and TypeFieldDescriptionprivate final List<List<MinHashFilter.FixedSizeTreeSet<MinHashFilter.LongPair>>> MinHashFilter.minHashSetsMethods in org.apache.lucene.analysis.minhash that return MinHashFilter.LongPairModifier and TypeMethodDescriptionprivate 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.LongPairModifier and TypeMethodDescriptionprivate 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".