public final class SearchDocumentsResult extends Object
| Constructor and Description |
|---|
SearchDocumentsResult() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Get the count property: The total count of results found by the search
operation, or null if the count was not requested.
|
Double |
getCoverage()
Get the coverage property: A value indicating the percentage of the
index that was included in the query, or null if minimumCoverage was not
specified in the request.
|
Map<String,List<FacetResult>> |
getFacets()
Get the facets property: The facet query results for the search
operation, organized as a collection of buckets for each faceted field;
null if the query did not include any facet expressions.
|
String |
getNextLink()
Get the nextLink property: Continuation URL returned when Azure
Cognitive Search can't return all the requested results in a single
Search response.
|
SearchRequest |
getNextPageParameters()
Get the nextPageParameters property: Continuation JSON payload returned
when Azure Cognitive Search can't return all the requested results in a
single Search response.
|
List<SearchResult> |
getResults()
Get the results property: The sequence of results returned by the query.
|
public Long getCount()
public Double getCoverage()
public Map<String,List<FacetResult>> getFacets()
public SearchRequest getNextPageParameters()
public List<SearchResult> getResults()
public String getNextLink()
Copyright © 2020 Microsoft Corporation. All rights reserved.