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.cachedIntHashes
Fields in org.apache.lucene.analysis.minhash with type parameters of type MinHashFilter.LongPairModifier and TypeFieldDescriptionprivate final List<List<MinHashFilter.FixedSizeTreeSet<MinHashFilter.LongPair>>>
MinHashFilter.minHashSets
Methods in org.apache.lucene.analysis.minhash that return MinHashFilter.LongPairModifier and TypeMethodDescriptionprivate 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.LongPairModifier and TypeMethodDescriptionprivate 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".