opensolr_delete_documents
Delete documents by their IDs or a raw Solr query to remove exact records from an index.
Instructions
Delete documents by ids (Solr ids or your original ids) or by a raw Solr query, e.g. 'meta_category:"drafts"' or '+id:"abc123"'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| index | Yes | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |