Datastreamer Searchable Storage Ingress
Reads data from existing searchable storages using Lucene queries
With the Datastreamer Searchable Storage Ingress component added to your pipeline, you can read the content of any of your current searchable storages created by the Datastreamer Searchable Storage Egress (displayed in the Storage & Data page).
Component Configuration
After adding the Datastreamer Searchable Storage Ingress to your Pipeline and starting its configuration, you will see the Job setup:

Below is quick and easy explanation of how to fill out each important field:
- In the Data Source field, enter the name of your Searchable Storage from Storage & Data page.
- In the Query field, enter the Lucene query that you want to execute against the Searchable Storage. You can test the query directly in your storage before using it in the Job.
- Query example:
content.title:*pizza* AND content.followers:{72470 TO *}
- Query example:
The fields Job Type, Document Limit, Label and Tags follow the same logic as in other component jobs.
Add the Job, and it will be executed upon deployment.
Updated 4 days ago