Class DfsStatisticsBreakdown
java.lang.Object
co.elastic.clients.elasticsearch.core.search.DfsStatisticsBreakdown
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class DfsStatisticsBreakdown
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DfsStatisticsBreakdown>Json deserializer forDfsStatisticsBreakdown -
Method Summary
Modifier and TypeMethodDescriptionfinal longRequired - API name:collection_statisticsfinal longRequired - API name:collection_statistics_countfinal longRequired - API name:create_weightfinal longRequired - API name:create_weight_countstatic DfsStatisticsBreakdownfinal longrewrite()Required - API name:rewritefinal longRequired - API name:rewrite_countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal longRequired - API name:term_statisticsfinal longRequired - API name:term_statistics_counttoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDfsStatisticsBreakdown
-
-
Method Details
-
of
public static DfsStatisticsBreakdown of(Function<DfsStatisticsBreakdown.Builder, ObjectBuilder<DfsStatisticsBreakdown>> fn) -
collectionStatistics
public final long collectionStatistics()Required - API name:collection_statistics -
collectionStatisticsCount
public final long collectionStatisticsCount()Required - API name:collection_statistics_count -
createWeight
public final long createWeight()Required - API name:create_weight -
createWeightCount
public final long createWeightCount()Required - API name:create_weight_count -
rewrite
public final long rewrite()Required - API name:rewrite -
rewriteCount
public final long rewriteCount()Required - API name:rewrite_count -
termStatistics
public final long termStatistics()Required - API name:term_statistics -
termStatisticsCount
public final long termStatisticsCount()Required - API name:term_statistics_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDfsStatisticsBreakdownDeserializer
protected static void setupDfsStatisticsBreakdownDeserializer(ObjectDeserializer<DfsStatisticsBreakdown.Builder> op)
-