@Deprecated public class BloomFilterPostingsFormatProvider extends AbstractPostingsFormatProvider
PostingsFormatProvider.Factory, PostingsFormatProvider.Helper
POSTINGS_FORMAT_SETTINGS_PREFIX
Constructor and Description |
---|
BloomFilterPostingsFormatProvider(Settings indexSettings,
Map<String,PostingsFormatProvider.Factory> postingFormatFactories,
String name,
Settings postingsFormatSettings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PostingsFormatProvider |
delegate()
Deprecated.
|
org.apache.lucene.codecs.PostingsFormat |
get()
Deprecated.
Returns this providers
PostingsFormat instance. |
name
@Inject public BloomFilterPostingsFormatProvider(@IndexSettings Settings indexSettings, @Nullable Map<String,PostingsFormatProvider.Factory> postingFormatFactories, String name, Settings postingsFormatSettings)
public PostingsFormatProvider delegate()
public org.apache.lucene.codecs.PostingsFormat get()
PostingsFormatProvider
PostingsFormat
instance.Copyright © 2009–2015. All rights reserved.