Module org.elasticsearch.compute
Package org.elasticsearch.compute.lucene
Class UnsupportedValueSourceType
java.lang.Object
org.elasticsearch.compute.lucene.UnsupportedValueSourceType
- All Implemented Interfaces:
ValuesSourceType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmpty()getField(FieldContext fieldContext, AggregationScript.LeafFactory script) getScript(AggregationScript.LeafFactory script, ValueType scriptValueType) replaceMissing(ValuesSource valuesSource, Object rawMissing, DocValueFormat docValueFormat, LongSupplier nowInMillis) typeName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.support.ValuesSourceType
getFormatter, getUnregisteredException
-
Constructor Details
-
UnsupportedValueSourceType
-
-
Method Details
-
getEmpty
- Specified by:
getEmptyin interfaceValuesSourceType
-
getScript
- Specified by:
getScriptin interfaceValuesSourceType
-
getField
- Specified by:
getFieldin interfaceValuesSourceType
-
replaceMissing
public ValuesSource replaceMissing(ValuesSource valuesSource, Object rawMissing, DocValueFormat docValueFormat, LongSupplier nowInMillis) - Specified by:
replaceMissingin interfaceValuesSourceType
-
typeName
- Specified by:
typeNamein interfaceValuesSourceType
-