Adding & Using Searchable Storage
Adding Searchable Storage to your Pipelines
You can add Searchable Storage to any of your pipelines by adding the component. Once that version is deployed, the Platform will automatically generate the storage index for you.

Searchable Storage added to the pipeline as a component
Interacting with your Searchable Storage Directly
You can interact with your Searchable Storage directly using a number of APIs. Using these APIs with your API token for authentication allows you to interact with your Searchable Storage
API Name | Description | Documentation |
---|---|---|
Count API | Provides quantities and counts for Lucene-based search queries exceeding 10,000 results. | Documentation |
Search API | Full-text search API based on Apache Lucene | Documentation |
Term Aggregation API | Aggregated view of the results, based on the provided parameters. | Documentation |
Histogram API | Query the aggregated result based on a timeframe. Mostly used to generate dashboards, reports, and graphs. | Documentation |
Updated about 21 hours ago