public class PreBuiltDocValuesFormatProvider extends Object implements DocValuesFormatProvider
Modifier and Type | Class and Description |
---|---|
static class |
PreBuiltDocValuesFormatProvider.Factory |
DocValuesFormatProvider.Helper
DOC_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()
DocValuesFormatProvider
DocValuesFormat
name
in interface DocValuesFormatProvider
public org.apache.lucene.codecs.DocValuesFormat get()
DocValuesFormatProvider
DocValuesFormat
instance.get
in interface DocValuesFormatProvider
Copyright © 2009–2015. All rights reserved.