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