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)
149
public bool IsIndexed =>
_indexedDocuments
is not null;
153
if (
_indexedDocuments
is not null)
162
if (
_indexedDocuments
is not null)
293
if (
_indexedDocuments
is null or { Count: 0 })
300
..
_indexedDocuments
.Select(static d => new DocsListItem
313
if (
_indexedDocuments
is null or { Count: 0 } || string.IsNullOrWhiteSpace(query))
334
var results = new List<SearchCandidate>(Math.Min(topK,
_indexedDocuments
.Count));
337
foreach (var doc in
_indexedDocuments
)
420
if (
_indexedDocuments
is null or { Count: 0 })
425
var doc =
_indexedDocuments
.FirstOrDefault(d =>