SearchResults

  • Contains the results of a search. If the search is requested in XML or JSON format, the response is a SearchResults. If the search is requested in Atom format, the search results are encoded according to the OpenSearch Atom format

    hitCount

    The total number of hits. Same as OpenSearch totalResults.

  • startIndex

    The index of the first hit in the total hit list. Same as OpenSearch startIndex. This value is 0-based in the XML and JSON responses, and 1-based in the OpenSearch response.

    hitsPerPage

    The number of hits in this page of results. Same as OpenSearch itemsPerPage.

    hitSummaries

    An array of HitSummary records.

Used By

Related Types


CategoryType

SearchResults (last edited 2008-11-05 17:25:32 by KevinGilpin)