...
Query | The parsed query that was submitted to the server. |
---|---|
FilterQueries | A comma separated list of any filters that are in use on the query. |
SearchTime | The number of milliseconds it took to run the search on the server. |
TotalCount | The total number of results for the query. |
Page | The pagination offset for the list of results. |
PageSize | The number of results to display during pagination. |
MatchingTerms | A list of matching terms. |
FilterFields | A list of filter fields. |
Results | The list of results. |
Names - Search#MatchingTermMatchingTerm Element
The MatchingTerm elements are returned from prefix or fuzzy match type queries and represent other possible searches that are similar to the current search request.
...