TextSearchHitRepr

Top  Previous  Next

Description

Represents a single result in a full-text search results set.

 

XML Representation

 

<TextSearchHitRepr>

  <Rank>%double%</Rank>

  <MatchTopic ...> See TopicRef </MatchTopic>

</TextSearchHitRepr>

 

JSON Representation

 

"Rank":%double%, 

"MatchTopic": instance of TopicRef

 

 

Notes

 

See Also