Module org.elasticsearch.server
Class DoubleScriptFieldData.Builder
java.lang.Object
org.elasticsearch.index.fielddata.DoubleScriptFieldData.Builder
- All Implemented Interfaces:
IndexFieldData.Builder
- Enclosing class:
DoubleScriptFieldData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilder
(String name, DoubleFieldScript.LeafFactory leafFactory, ToScriptFieldFactory<SortedNumericDoubleValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionbuild
(IndexFieldDataCache cache, CircuitBreakerService breakerService)
-
Field Details
-
toScriptFieldFactory
-
-
Constructor Details
-
Builder
public Builder(String name, DoubleFieldScript.LeafFactory leafFactory, ToScriptFieldFactory<SortedNumericDoubleValues> toScriptFieldFactory)
-
-
Method Details
-
build
- Specified by:
build
in interfaceIndexFieldData.Builder
-