new MatchedEntitySet(rank)
Represents a single search result that may be composed of one or
more metadata objects. The grouping policy is specified by the query option.
The type of metadata objects composing a search result is determined by the
granularity option in the query. It contains:
Parameters:
| Name | Type | Description |
|---|---|---|
rank |
int | The rank of the current result. |
Members
attributes :Array.<sap.hana.im.ess.services.xs.messages.response.Attribute>
List of matching attributes of this EntitySet.
Type:
id :string
ID of the matched EntitySet. Can be used to retrieve more information about it in some ESS Services.
Type:
- string
matchDescription :sap.hana.im.ess.services.xs.messages.response.MatchDescription
Describes how this EntitySet matches the search query.
Type:
name :string
Name of the entitySet.
Type:
- string
rank :number
Ranking of this result.
Type:
- number
representedObjects :Array.<sap.hana.im.ess.services.xs.messages.response.RepresentedObject>
List of the match entity sets this result is composed of.