Class KnnScoreDocQueryBuilder

All Implemented Interfaces:
NamedWriteable, VersionedNamedWriteable, Writeable, QueryBuilder, Rewriteable<QueryBuilder>, ToXContent, ToXContentObject

public class KnnScoreDocQueryBuilder extends LeafQueryBuilder<KnnScoreDocQueryBuilder>
A query that matches the provided docs with their scores. This query is used when executing a kNN search during the search query phase, to include the documents that matched the initial kNN query during the DFS phase.