public final class TestBloomFilteredLucene41Postings 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 |
|---|
TestBloomFilteredLucene41Postings() |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state) |
FieldsProducer |
fieldsProducer(SegmentReadState state) |
availablePostingsFormats, forName, getName, reloadPostingsFormats, toStringpublic FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer in class PostingsFormatIOExceptionpublic FieldsProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer in class PostingsFormatIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.