1 instantiation of IndexedDocument
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
144_indexedDocuments = [.. documents.Select(static d => new IndexedDocument(d))];
4 references to IndexedDocument
aspire (4)
Mcp\Docs\DocsIndexService.cs (4)
110private List<IndexedDocument>? _indexedDocuments; 193foreach (var doc in _indexedDocuments) 227var doc = _indexedDocuments.FirstOrDefault(d => 260private static (float Score, string? MatchedSection) ScoreDocument(IndexedDocument doc, string[] queryTokens)