Class DocValuesIndexFieldData.Builder
- java.lang.Object
-
- org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData.Builder
-
- All Implemented Interfaces:
IndexFieldData.Builder
- Enclosing class:
- DocValuesIndexFieldData
public static class DocValuesIndexFieldData.Builder extends Object implements IndexFieldData.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexFieldData<?>build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)DocValuesIndexFieldData.BuildernumericType(IndexNumericFieldData.NumericType type)DocValuesIndexFieldData.BuilderscriptFunction(Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction)DocValuesIndexFieldData.BuildersetRangeType(RangeType rangeType)
-
-
-
Method Detail
-
numericType
public DocValuesIndexFieldData.Builder numericType(IndexNumericFieldData.NumericType type)
-
scriptFunction
public DocValuesIndexFieldData.Builder scriptFunction(Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction)
-
setRangeType
public DocValuesIndexFieldData.Builder setRangeType(RangeType rangeType)
-
build
public IndexFieldData<?> build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)
- Specified by:
buildin interfaceIndexFieldData.Builder
-
-