Skip to main content
The Collections API manages Fusion collections. It provides endpoints for creating, updating, and deleting collection, as well as endpoints for getting a collection’s status and usage statistics. Fusion maintains internal system collections for logs, blobs, and metrics data which operate in conjunction with collections created by users. The Collections API is used to manage all Fusion collections.

Examples

In order to see this object within the Fusion UI, it must be associated with an app. To do this, create the object using the /apps endpoint.
Create a new collection called ‘newCollection’, with appropriate SolrCloud environment settings: REQUEST
RESPONSE
Create a collection named ‘local-collection1’ that refers to ‘collection1’ in a pre-existing SolrCloud cluster named ‘Solr4.10’: REQUEST
RESPONSE
Delete a collection, but keep the associated signals and searchLogs collections: REQUEST
Get the status of the ‘demo’ collection: REQUEST
RESPONSE
Get stats for the ‘demo’ collection: REQUEST
RESPONSE
Add the recommendations feature for the ‘tempy’ collection:
For more information on collection features and feature management, see Collection Features API
Use this structure to send the request:
Make sure to change the collection-id in the JSON and save as a file or send directly in the string. Recommendations JSON:
Signals JSON:
Search Logs JSON:
Partition by time JSON: