Module org.elasticsearch.server
Package org.elasticsearch.index.codec.bloomfilter
package org.elasticsearch.index.codec.bloomfilter
-
ClassDescriptionImplementation of the MurmurHash3 128-bit hash functions.A FieldsProducer that uses a Bloom filter for fast term existence checks before delegating exact lookups to the underlying FieldsProducer.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.