Class TestBloomFilteredLucene41Postings
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.
Inheritance
System.Object
TestBloomFilteredLucene41Postings
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class TestBloomFilteredLucene41Postings : PostingsFormat
Constructors
Name | Description |
---|---|
TestBloomFilteredLucene41Postings() |
Methods
Name | Description |
---|---|
FieldsConsumer(SegmentWriteState) | |
FieldsProducer(SegmentReadState) |