Class RescoreVector
java.lang.Object
co.elastic.clients.elasticsearch._types.RescoreVector
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RescoreVector>Json deserializer forRescoreVector -
Method Summary
Modifier and TypeMethodDescriptionstatic RescoreVectorfinal floatRequired - Applies the specified oversample factor to k on the approximate kNN searchvoidserialize(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 forRescoreVector
-
-
Method Details
-
of
-
oversample
public final float oversample()Required - Applies the specified oversample factor to k on the approximate kNN searchAPI name:
oversample -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRescoreVectorDeserializer
-