Module org.elasticsearch.server
Class ConstantIndexFieldData.Builder
java.lang.Object
org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData.Builder
- All Implemented Interfaces:
IndexFieldData.Builder
- Enclosing class:
ConstantIndexFieldData
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder
(String constantValue, String name, ValuesSourceType valuesSourceType, ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionbuild
(IndexFieldDataCache cache, CircuitBreakerService breakerService)
-
Constructor Details
-
Builder
public Builder(String constantValue, String name, ValuesSourceType valuesSourceType, ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory)
-
-
Method Details
-
build
- Specified by:
build
in interfaceIndexFieldData.Builder
-