1 instantiation of DocsSearchResult
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
199results.Add(new DocsSearchResult
3 references to DocsSearchResult
aspire (3)
Mcp\Docs\DocsIndexService.cs (3)
35ValueTask<IReadOnlyList<DocsSearchResult>> SearchAsync(string query, int topK = 10, CancellationToken cancellationToken = default); 176public async ValueTask<IReadOnlyList<DocsSearchResult>> SearchAsync(string query, int topK = 10, CancellationToken cancellationToken = default) 191var results = new List<DocsSearchResult>();