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 java.lang.Object implements IndexFieldData.Builder
-
Constructor Summary
Constructors Constructor Description Builder(java.lang.String name, ValuesSourceType valuesSourceType) -
Method Summary
Modifier and Type Method Description IndexFieldData<?>build(IndexFieldDataCache cache, CircuitBreakerService breakerService)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
-
-
Method Details
-
build
- Specified by:
buildin interfaceIndexFieldData.Builder
-