IndexFieldData.Builderpublic static class DocValuesIndexFieldData.Builder extends java.lang.Object implements IndexFieldData.Builder
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
IndexFieldData<?> |
build(IndexSettings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
|
DocValuesIndexFieldData.Builder |
numericType(IndexNumericFieldData.NumericType type) |
|
DocValuesIndexFieldData.Builder |
scriptFunction(java.util.function.Function<org.apache.lucene.index.SortedSetDocValues,ScriptDocValues<?>> scriptFunction) |
public DocValuesIndexFieldData.Builder numericType(IndexNumericFieldData.NumericType type)
public DocValuesIndexFieldData.Builder scriptFunction(java.util.function.Function<org.apache.lucene.index.SortedSetDocValues,ScriptDocValues<?>> scriptFunction)
public IndexFieldData<?> build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)
build in interface IndexFieldData.Builder