Interface ExactVectorSearchOptions

All Superinterfaces:
Bson, VectorSearchOptions

@Sealed public interface ExactVectorSearchOptions extends VectorSearchOptions
Represents optional fields of the $vectorSearch pipeline stage of an aggregation pipeline.

Configures exact vector search for Atlas Vector Search to enable precise matching, ensuring that results are the closest vectors to a given query vector.

Since:
5.2
See Also:
MongoDB Atlas documentation
$vectorSearch
Since server release
7.0.10, 7.3.2