Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
SOLR-11267 is introducing new mode of atomic operation: add-distinct, which essentially means "add-if-not-present". With that we need to add the functionality in AtomicURP too.
sample API:
http://SOLR_HOST:SOLR_PORT/solr/COLLECTION_NAME/update?processor=atomic&atomic.categories=add-distinct
Attachments
Attachments
Issue Links
- depends upon
-
SOLR-11267 Add support for "add-distinct" atomic update operation
- Closed