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