-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Include ANN in search profile output #89713
Copy link
Copy link
Closed
Labels
:Search Relevance/VectorsVector searchVector search>enhancementTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Description
Description
In #87625 we integrated ANN into the _search endpoint. The implementation runs ANN search during the DFS phase to gather the global top K results.
The search profile option does not measure the DFS phase. So it will not report how much time is spent executing the ANN search. It would be good to extend profiling to report the DFS phase time (maybe with a further breakdown into ANN search vs. gathering stats).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Search Relevance/VectorsVector searchVector search>enhancementTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Type
Fields
Give feedbackNo fields configured for issues without a type.