Class MultiTermLookup.Builder.ContainerBuilder
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MultiTermLookup.Builder.ContainerBuilder
- All Implemented Interfaces:
ObjectBuilder<MultiTermLookup>
- Enclosing class:
- MultiTermLookup.Builder
public class MultiTermLookup.Builder.ContainerBuilder
extends Object
implements ObjectBuilder<MultiTermLookup>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()missing(boolean value) The value to apply to documents that do not have a value.missing(double value) The value to apply to documents that do not have a value.missing(long value) The value to apply to documents that do not have a value.missing(FieldValue value) The value to apply to documents that do not have a value.The value to apply to documents that do not have a value.The value to apply to documents that do not have a value.
-
Constructor Details
-
ContainerBuilder
public ContainerBuilder()
-
-
Method Details
-
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
public final MultiTermLookup.Builder.ContainerBuilder missing(Function<FieldValue.Builder, ObjectBuilder<FieldValue>> fn) The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
build
- Specified by:
buildin interfaceObjectBuilder<MultiTermLookup>
-