Package | Description |
---|---|
org.elasticsearch.index.codec.docvaluesformat |
Modifier and Type | Class and Description |
---|---|
static class |
PreBuiltDocValuesFormatProvider.Factory |
Modifier and Type | Method and Description |
---|---|
static DocValuesFormatProvider.Factory |
DocValuesFormats.getAsFactory(String name) |
Modifier and Type | Method and Description |
---|---|
static DocValuesFormatProvider |
DocValuesFormatProvider.Helper.lookup(Settings indexSettings,
String name,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories)
Looks up and creates
DocValuesFormatProvider for the given name. |
Constructor and Description |
---|
DocValuesFormatService(Index index,
Settings indexSettings,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories) |
Copyright © 2009–2015. All rights reserved.