IndexApi | @here/olp-sdk-ts
Namespace IndexApi
Index
Functions
insert Indexes
Parameters
builder: RequestBuilder
params: { indexes: IndexApi.Index[]; layerID: string }
Returns Promise<Response>
perform Query
Queries the index layer for the partitions that match the query. Returns each partition that matches the query, including each partition's data handle, which you use with the
blobAPI to retrieve data for each partition.Parameters
builder: RequestBuilder
params: { huge?: boolean; layerID: string; query: string }
Optional huge?: boolean
layerID: string
query: string
Returns Promise<DataResponse>
perform Update
Modifies partitions in an index layer.
Parameters
builder: RequestBuilder
params: { layerID: string; request: UpdateIndexRequest }
layerID: string
request: UpdateIndexRequest
Returns Promise<Response>
Generated using TypeDoc
Adds index data for a given data blob to an index layer. For more information, see Publish to an Index Layer.
Inserts index data to an index layer