public final class TestBloomFilteredLucenePostings extends PostingsFormat
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.EMPTY| Constructor and Description |
|---|
TestBloomFilteredLucenePostings() |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state) |
FieldsProducer |
fieldsProducer(SegmentReadState state) |
String |
toString() |
availablePostingsFormats, forName, getName, reloadPostingsFormatspublic FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer in class PostingsFormatIOExceptionpublic FieldsProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer in class PostingsFormatIOExceptionpublic String toString()
toString in class PostingsFormatCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.