public class PreBuiltDocValuesFormatProvider extends Object implements DocValuesFormatProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
PreBuiltDocValuesFormatProvider.Factory |
DocValuesFormatProvider.HelperDOC_VALUES_FORMAT_SETTINGS_PREFIX| Constructor and Description |
|---|
PreBuiltDocValuesFormatProvider(org.apache.lucene.codecs.DocValuesFormat postingsFormat) |
PreBuiltDocValuesFormatProvider(String name,
org.apache.lucene.codecs.DocValuesFormat postingsFormat) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.codecs.DocValuesFormat |
get()
Returns this providers
DocValuesFormat instance. |
String |
name()
Returns the name of this providers
DocValuesFormat |
public PreBuiltDocValuesFormatProvider(org.apache.lucene.codecs.DocValuesFormat postingsFormat)
public PreBuiltDocValuesFormatProvider(String name, org.apache.lucene.codecs.DocValuesFormat postingsFormat)
public String name()
DocValuesFormatProviderDocValuesFormatname in interface DocValuesFormatProviderpublic org.apache.lucene.codecs.DocValuesFormat get()
DocValuesFormatProviderDocValuesFormat instance.get in interface DocValuesFormatProviderCopyright © 2009–2016. All rights reserved.