Package | Description |
---|---|
org.apache.lucene.codecs.bloom |
Support for generating test indexes using the BloomFilteringPostingsFormat
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBloomFilterFactory
Default policy is to allocate a bitset with 10% saturation given a unique term per document.
|
Constructor and Description |
---|
BloomFilteringPostingsFormat(PostingsFormat delegatePostingsFormat,
BloomFilterFactory bloomFilterFactory)
Creates Bloom filters for a selection of fields created in the index.
|
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.