Module org.elasticsearch.server
Class LongScriptFieldData.Builder
java.lang.Object
org.elasticsearch.index.fielddata.LongScriptFieldData.Builder
- All Implemented Interfaces:
IndexFieldData.Builder
- Enclosing class:
- LongScriptFieldData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ToScriptFieldFactory<org.apache.lucene.index.SortedNumericDocValues>
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder
(String name, LongFieldScript.LeafFactory leafFactory, ToScriptFieldFactory<org.apache.lucene.index.SortedNumericDocValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionbuild
(IndexFieldDataCache cache, CircuitBreakerService breakerService)
-
Field Details
-
toScriptFieldFactory
protected final ToScriptFieldFactory<org.apache.lucene.index.SortedNumericDocValues> toScriptFieldFactory
-
-
Constructor Details
-
Builder
public Builder(String name, LongFieldScript.LeafFactory leafFactory, ToScriptFieldFactory<org.apache.lucene.index.SortedNumericDocValues> toScriptFieldFactory)
-
-
Method Details
-
build
- Specified by:
build
in interfaceIndexFieldData.Builder
-