Description
I'd like to explore the idea of adding a new update processor to help ingest partial updates.
Example use-case - There are two datasets with a common id field. How can I merge both of them at index time?
So the first JSON dump could be ingested against http://localhost:8983/solr/gettingstarted/update/json
And then the second JSON could be ingested against
http://localhost:8983/solr/gettingstarted/update/json?processor=atomic
The Atomic Update Processor could support all the atomic update operations currently supported.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-11311 Improving AtomicUpdateProcessorFactoryTest
-
- Resolved
-