Package com.azure.maps.search.models
Class SearchSummary
java.lang.Object
com.azure.maps.search.models.SearchSummary
Summary object for a Search API response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the fuzzyLevel property: The maximum fuzzy level required to provide Results.com.azure.core.models.GeoPosition
Get the geoBias property: Indication when the internal search engine has applied a geospatial bias to improve the ranking of results.Get the numResults property: Number of results in the response.getQuery()
Get the query property: The query parameter that was used to produce these search results.Get the queryTime property: Time spent resolving the query, in milliseconds.Get the queryType property: The type of query being returned: NEARBY or NON_NEAR.getSkip()
Get the skip property: The starting offset of the returned Results within the full Result set.getTop()
Get the top property: Maximum number of responses that will be returned.Get the totalResults property: The total number of Results found.
-
Constructor Details
-
SearchSummary
public SearchSummary()
-
-
Method Details
-
getQuery
Get the query property: The query parameter that was used to produce these search results.- Returns:
- the query value.
-
getQueryType
Get the queryType property: The type of query being returned: NEARBY or NON_NEAR.- Returns:
- the queryType value.
-
getQueryTime
Get the queryTime property: Time spent resolving the query, in milliseconds.- Returns:
- the queryTime value.
-
getNumResults
Get the numResults property: Number of results in the response.- Returns:
- the numResults value.
-
getTop
Get the top property: Maximum number of responses that will be returned.- Returns:
- the top value.
-
getSkip
Get the skip property: The starting offset of the returned Results within the full Result set.- Returns:
- the skip value.
-
getTotalResults
Get the totalResults property: The total number of Results found.- Returns:
- the totalResults value.
-
getFuzzyLevel
Get the fuzzyLevel property: The maximum fuzzy level required to provide Results.- Returns:
- the fuzzyLevel value.
-
getGeoBias
public com.azure.core.models.GeoPosition getGeoBias()Get the geoBias property: Indication when the internal search engine has applied a geospatial bias to improve the ranking of results. In some methods, this can be affected by setting the lat and lon parameters where available. In other cases it is purely internal.- Returns:
- the geoBias value.
-