This index pipeline stage performs a Solr atomic update on an existing document using data pulled from the current document being processed by the pipeline.Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
In the Find Related Document (RTG) field, enter the Solr query to look up the related document to update using a real-timeGET request. The query needs to uniquely identify the document to be updated in an id=<value> format. For more information, see the Solr’s RealTime Get documentation.
In the Find Related Document (Query) field, enter the Solr query to look up the related document to update. Only the first document returned in the results is used. The query can contain any field:<value> and needs to uniquely identify the document to be updated. The id:<value> field is one example.