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 doc values format that builds a Bloom filter for a specific field to enable fast existence checks.Owns the
DocValuesProducerdedicated to bloom-filter lookups and vends per-callerBloomFilterinstances from it.Holds the index-level settings that configure the bloom filter used for the synthetic_idfield.