mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
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. |
||
---|---|---|
.. | ||
src/test/java/org/elasticsearch/test/rest/yaml | ||
build.gradle |