[ You are here: XTF -> Tag Reference -> dynaXML -> Document Formatter Input -> More Tag ]

More Tag

This tag identifies the continuation of a hit tag that started in a previous XML tag. This tag has the form:
<xtf:more hitNum    = "HitNumber"
          rank      = "MatchRelevanceRank"
          score     = "MatchRelevanceScore"
          continues = "YesOrNo"></xtf:more>
where
xtf: is an XTF namespace prefix added to the tag to differentiate it from tags that came from the original XML document. The namespace URI for this prefix is: http://cdlib.org/xtf
hitNum="HitNumber" is the ordinal ID of the hit to which this More Tag belongs.
rank="MatchRelevanceRank" is the ranking of the hit to which this More Tag belongs.
score="MatchRelevanceScore" is the relevance score of the hit to which this More Tag belongs.
continues="YesOrNo" indicates whether the associated hit continues into yet another XML tag (continues="yes") or not (continues="no"). Note that when a hit continues into another XML tag, another more tag will always follow.

A More Tag may contain one or more matched words, which are separately marked with Term Tags.

If the query in the document request included a near or and clause, and the entire range of the hits spans multiple XML tags in the document, the More Tag will mark any parts of the range that occur in subsequent XML tags.