public interface DocValuesFormatProvider
DocValuesFormatProvider
acts as a named container for specific
DocValuesFormat
implementations. Custom DocValuesFormat
implementations can be exposed via
CodecModule.addDocValuesFormat(String, Class)
CodecModule
Modifier and Type | Interface and Description |
---|---|
static interface |
DocValuesFormatProvider.Factory
A simple factory used to create
DocValuesFormatProvider . |
static class |
DocValuesFormatProvider.Helper
|
Modifier and Type | Field and Description |
---|---|
static String |
DOC_VALUES_FORMAT_SETTINGS_PREFIX |
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 |
static final String DOC_VALUES_FORMAT_SETTINGS_PREFIX
org.apache.lucene.codecs.DocValuesFormat get()
DocValuesFormat
instance.String name()
DocValuesFormat
Copyright © 2009–2015. All rights reserved.