public class DocValuesFormatService extends AbstractIndexComponent
DocValuesFormatService provides access to
all configured DocValuesFormatProvider instances by
name.CodecService| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FORMAT |
componentSettings, index, indexSettings, logger| Constructor and Description |
|---|
DocValuesFormatService(Index index) |
DocValuesFormatService(Index index,
Settings indexSettings) |
DocValuesFormatService(Index index,
Settings indexSettings,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesFormatProvider |
get(String name) |
index, nodeNamepublic static final String DEFAULT_FORMAT
public DocValuesFormatService(Index index)
public DocValuesFormatService(Index index, @IndexSettings Settings indexSettings)
@Inject public DocValuesFormatService(Index index, @IndexSettings Settings indexSettings, Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories)
public DocValuesFormatProvider get(String name) throws ElasticsearchIllegalArgumentException
Copyright © 2009–2016. All rights reserved.