elasticsearch/qa/ccs-common-rest
Julie Tibshirani 3a9e511117
Move kNN search and dense vectors to core (#87815)
This PR moves kNN search and dense vector support out of an xpack plugin and
into server.

In #87625 we plan to integrate ANN search into the main `_search` endpoint as a
new top-level component called `knn`. So kNN will be a dedicated part of the
search request, and we'll have kNN logic within the search phases. The classes
and logic will live in server, matching the other search components like
suggesters, field collapsing, etc.
2022-06-22 21:10:20 -07:00
..
src/test/java/org/elasticsearch/test/rest/yaml Run yaml rest tests using CCS in multi-cluster setup (#86521) 2022-05-24 16:42:49 +02:00
build.gradle Move kNN search and dense vectors to core (#87815) 2022-06-22 21:10:20 -07:00