Module org.elasticsearch.server
Package org.elasticsearch.search.vectors
package org.elasticsearch.search.vectors
-
ClassDescriptionExact knn query.Exact 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 phaseWraps an internal query to rescore the results using a similarity function over the original, non-quantized vectors of a vector fieldA wrapper class for the Lucene query generated by SparseVectorQueryBuilder#toQuery(SearchExecutionContext) (found in x-pack/core/ml/search).This query provides a simple post-filter for the provided Query to limit the results of the inner query to those that have a similarity above a certain threshold