Class FieldCollapse
java.lang.Object
co.elastic.clients.elasticsearch.core.search.FieldCollapse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldCollapse>Json deserializer forFieldCollapse -
Method Summary
Modifier and TypeMethodDescriptionfinal FieldCollapsecollapse()API name:collapsefinal Stringfield()Required - The field to collapse the result set onThe number of inner hits and their sort orderfinal IntegerThe number of concurrent requests allowed to retrieve the inner_hits per groupstatic FieldCollapsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldCollapse
-
-
Method Details
-
of
-
field
Required - The field to collapse the result set onAPI name:
field -
innerHits
The number of inner hits and their sort orderAPI name:
inner_hits -
maxConcurrentGroupSearches
The number of concurrent requests allowed to retrieve the inner_hits per groupAPI name:
max_concurrent_group_searches -
collapse
API name:collapse -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldCollapseDeserializer
-