On 12/16/2021 1:35 PM, Claire Burke wrote:
How can I construct my delete query so that I am only deleting what is in the q field in my /select query?
You can't. The q parameter is not used by the update handler. The query used for delete must be in the XML or JSON update request that is sent to Solr as the body of the request. Here are some examples:
https://solr.apache.org/guide/6_6/uploading-data-with-index-handlers.html#UploadingDatawithIndexHandlers-DeleteOperations https://solr.apache.org/guide/6_6/uploading-data-with-index-handlers.html#UploadingDatawithIndexHandlers-SendingJSONUpdateCommands Thanks, Shawn