1 write to _indexedDocuments
aspire (1)
Documentation\Docs\DocsIndexService.cs (1)
226_indexedDocuments = indexedDocuments;
10 references to _indexedDocuments
aspire (10)
Documentation\Docs\DocsIndexService.cs (10)
149public bool IsIndexed => _indexedDocuments is not null; 153if (_indexedDocuments is not null) 162if (_indexedDocuments is not null) 293if (_indexedDocuments is null or { Count: 0 }) 300.. _indexedDocuments.Select(static d => new DocsListItem 313if (_indexedDocuments is null or { Count: 0 } || string.IsNullOrWhiteSpace(query)) 334var results = new List<SearchCandidate>(Math.Min(topK, _indexedDocuments.Count)); 337foreach (var doc in _indexedDocuments) 420if (_indexedDocuments is null or { Count: 0 }) 425var doc = _indexedDocuments.FirstOrDefault(d =>