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