The search stats show how many and how long queries and fetches take. But when the knn search happens in the DFS phase, these stats don't include it. This might confuse people because it's not clear that the most resource-heavy part of vector search isn't happening during the queries. To fix this, we should include these stats and use a clearer name in the output instead of 'DFS.
Description
The search stats show how many and how long queries and fetches take. But when the knn search happens in the DFS phase, these stats don't include it. This might confuse people because it's not clear that the most resource-heavy part of vector search isn't happening during the queries. To fix this, we should include these stats and use a clearer name in the output instead of 'DFS.