Class VectorSearchAggregation

java.lang.Object
org.springframework.data.mongodb.repository.query.AbstractMongoQuery
org.springframework.data.mongodb.repository.query.VectorSearchAggregation
All Implemented Interfaces:
RepositoryQuery

public class VectorSearchAggregation extends AbstractMongoQuery
AbstractMongoQuery implementation to run a VectorSearchAggregation. The pre-filter is either derived from the method name or provided through VectorSearch.filter().
Since:
5.0
Author:
Mark Paluch