Module org.elasticsearch.server
Package org.elasticsearch.index.codec.bloomfilter
package org.elasticsearch.index.codec.bloomfilter
-
ClassDescriptionImplementation of the MurmurHash3 128-bit hash functions.This implementation is forked from Lucene's BloomFilterPosting to support on-disk bloom filters.This implementation is forked from Lucene's BloomFilterPosting to support on-disk bloom filters.A stored fields format that builds a Bloom filter for a specific field to enable fast existence checks, while delegating storage of all other fields to another StoredFieldsFormat.