4 references to HeadingLower
aspire (4)
Documentation\Docs\DocsIndexService.cs (4)
516
var headingScore = (ScoreField(section.
HeadingLower
, queryTokens, queryTokenWeights) * HeadingWeight) +
517
ScorePhraseMatch(section.
HeadingLower
, queryAsPhrase, HeadingPhraseBonus);
1142
capacity += section.
HeadingLower
.Length + section.ContentLower.Length + 2;
1158
builder.Append(section.
HeadingLower
);