| Package | Description |
|---|---|
| org.elasticsearch.common.util | |
| org.elasticsearch.index.codec.postingsformat |
| Modifier and Type | Field and Description |
|---|---|
static BloomFilter.Factory |
BloomFilter.Factory.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static BloomFilter.Factory |
BloomFilter.Factory.buildFromString(String config)
Supports just passing fpp, as in "0.01", and also ranges, like "50k=0.01,1m=0.05".
|
| Constructor and Description |
|---|
BloomFilterPostingsFormat(org.apache.lucene.codecs.PostingsFormat delegatePostingsFormat,
BloomFilter.Factory bloomFilterFactory)
Deprecated.
Creates Bloom filters for a selection of fields created in the index.
|
Copyright © 2009–2017. All rights reserved.