A base class for all objects that are indexed and can be included in search results.
name | data type | description |
---|---|---|
doc_type | string | The indexed document type. Possible values are:
|
Properties inherited from BaseRestObject |
||
href | string | The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest). |
links | array of Link | Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs) |
Example
{ "doc_type" : "...", "href" : "...", "links" : [ { "href" : "...", "rel" : "..." }, { "href" : "...", "rel" : "..." } ] }