Module org.elasticsearch.server
Package org.elasticsearch.search.vectors
package org.elasticsearch.search.vectors
-
ClassDescriptionExact knn query builder.A query that matches the provided docs with their scores.A query that matches the provided docs with their scores.Defines a kNN search to run in the search request.A builder used in
RestKnnSearchActionto convert the kNN REST request into aSearchRequestBuilder.A query that performs kNN search using Lucene'sKnnFloatVectorQueryorKnnByteVectorQuery.This interface includes the declaration of an abstract method, profile().Provides a mechanism for building a KNN query vector in an asynchronous manner during the rewrite phaseThis query provides a simple post-filter for the provided Query.