Class FieldTypes
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.FieldTypes
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldTypes>Json deserializer forFieldTypes -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - The number of occurrences of the field type in selected nodes.final intRequired - The number of indices containing the field type in selected nodes.final IntegerFor dense_vector field types, number of indexed vector types in selected nodes.final IntegerFor dense_vector field types, the maximum dimension of all indexed vector types in selected nodes.final IntegerFor dense_vector field types, the minimum dimension of all indexed vector types in selected nodes.final Stringname()Required - The name for the field type in selected nodes.static FieldTypesfinal IntegerThe number of fields that declare a script.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()For dense_vector field types, count of mappings by element typeFor dense_vector field types, count of mappings by index typeFor dense_vector field types, count of mappings by similarity
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldTypes
-
-
Method Details
-
of
-
name
Required - The name for the field type in selected nodes.API name:
name -
count
public final int count()Required - The number of occurrences of the field type in selected nodes.API name:
count -
indexCount
public final int indexCount()Required - The number of indices containing the field type in selected nodes.API name:
index_count -
indexedVectorCount
For dense_vector field types, number of indexed vector types in selected nodes.API name:
indexed_vector_count -
indexedVectorDimMax
For dense_vector field types, the maximum dimension of all indexed vector types in selected nodes.API name:
indexed_vector_dim_max -
indexedVectorDimMin
For dense_vector field types, the minimum dimension of all indexed vector types in selected nodes.API name:
indexed_vector_dim_min -
scriptCount
The number of fields that declare a script.API name:
script_count -
vectorIndexTypeCount
For dense_vector field types, count of mappings by index typeAPI name:
vector_index_type_count -
vectorSimilarityTypeCount
For dense_vector field types, count of mappings by similarityAPI name:
vector_similarity_type_count -
vectorElementTypeCount
For dense_vector field types, count of mappings by element typeAPI name:
vector_element_type_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldTypesDeserializer
-