Class VectorSearchMethodMatcher

java.lang.Object
io.micronaut.data.processor.visitors.finders.AbstractMethodMatcher
io.micronaut.data.processor.visitors.finders.VectorSearchMethodMatcher
All Implemented Interfaces:
io.micronaut.core.order.Ordered, MethodMatcher

@Internal public final class VectorSearchMethodMatcher extends AbstractMethodMatcher
Matcher for vector-search repository methods that start with search... and return SearchResults. Methods that start with search... but do not return SearchResults are handled by FindMethodMatcher instead.