Module org.elasticsearch.server
Class SortedDoublesIndexFieldData.Builder
java.lang.Object
org.elasticsearch.index.fielddata.plain.SortedDoublesIndexFieldData.Builder
- All Implemented Interfaces:
- IndexFieldData.Builder
- Enclosing class:
- SortedDoublesIndexFieldData
public static class SortedDoublesIndexFieldData.Builder
extends Object
implements IndexFieldData.Builder
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBuilder(String name, IndexNumericFieldData.NumericType numericType, ToScriptFieldFactory<SortedNumericDoubleValues> toScriptFieldFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionbuild(IndexFieldDataCache cache, CircuitBreakerService breakerService) 
- 
Field Details- 
toScriptFieldFactory
 
- 
- 
Constructor Details- 
Builderpublic Builder(String name, IndexNumericFieldData.NumericType numericType, ToScriptFieldFactory<SortedNumericDoubleValues> toScriptFieldFactory) 
 
- 
- 
Method Details- 
buildpublic SortedDoublesIndexFieldData build(IndexFieldDataCache cache, CircuitBreakerService breakerService) - Specified by:
- buildin interface- IndexFieldData.Builder
 
 
-