3 references to ContentLower
aspire (3)
Documentation\Docs\DocsIndexService.cs (3)
519var bodyScore = ScoreField(section.ContentLower, queryTokens, queryTokenWeights) * BodyWeight; 1142capacity += section.HeadingLower.Length + section.ContentLower.Length + 2; 1160builder.Append(section.ContentLower);