static ValuesSourceParser.Builder |
ValuesSourceParser.any(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
static ValuesSourceParser.Builder<ValuesSource.Bytes> |
ValuesSourceParser.bytes(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
ValuesSourceParser.Builder<VS> |
ValuesSourceParser.Builder.formattable(boolean formattable) |
static ValuesSourceParser.Builder<ValuesSource.GeoPoint> |
ValuesSourceParser.geoPoint(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
static ValuesSourceParser.Builder<ValuesSource.Numeric> |
ValuesSourceParser.numeric(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
ValuesSourceParser.Builder<VS> |
ValuesSourceParser.Builder.scriptable(boolean scriptable) |
ValuesSourceParser.Builder<VS> |
ValuesSourceParser.Builder.targetValueType(ValueType valueType) |