Package | Description |
---|---|
org.apache.lucene.codecs.bloom |
Codec PostingsFormat for fast access to low-frequency terms
such as primary key fields.
|
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-2021 Apache Software Foundation. All Rights Reserved.