Queries Solr and outputs the results as a FlowFile
Apache, Solr, Get, Pull
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Name | Default Value | Allowable Values | Description |
---|---|---|---|
Solr Type | Standard |
| The type of Solr instance, Cloud or Standard. |
Solr Location | The Solr url for a Solr Type of Standard (ex: http://localhost:8984/solr/gettingstarted), or the ZooKeeper hosts for a Solr Type of Cloud (ex: localhost:9983). | ||
Collection | The Solr collection name, only used with a Solr Type of Cloud Supports Expression Language: true | ||
Solr Query | A query to execute against Solr | ||
Return Fields | Comma-separated list of fields names to return | ||
Sort Clause | A Solr sort clause, ex: field1 asc, field2 desc | ||
Date Field | The name of a date field in Solr used to filter results | ||
Batch Size | 100 | Number of rows per Solr query |
Name | Description |
---|---|
success | The results of querying Solr |