Class TestBloomFilteredLucenePostings

java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.apache.lucene.tests.codecs.bloom.TestBloomFilteredLucenePostings
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public final class TestBloomFilteredLucenePostings extends PostingsFormat
A class used for testing BloomFilteringPostingsFormat with a concrete delegate (Lucene41). Creates a Bloom filter on ALL fields and with tiny amounts of memory reserved for the filter. DO NOT USE IN A PRODUCTION APPLICATION This is not a realistic application of Bloom Filters as they ordinarily are larger and operate on only primary key type fields.