1 write to AllSearchableTextLower
aspire (1)
Documentation\Docs\DocsIndexService.cs (1)
1163AllSearchableTextLower = builder.ToString();
2 references to AllSearchableTextLower
aspire (2)
Documentation\Docs\DocsIndexService.cs (2)
244foreach (var token in Tokenize(document.AllSearchableTextLower)) 346var allText = doc.AllSearchableTextLower.AsSpan();