[ 
https://issues.apache.org/jira/browse/SOLR-12015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410734#comment-16410734
 ] 

ASF subversion and git services commented on SOLR-12015:
--------------------------------------------------------

Commit 00ce2d28ef66465bd5425fe72c151d9ffdb52996 in lucene-solr's branch 
refs/heads/branch_7x from [~noble.paul]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=00ce2d2 ]

SOLR-12015: Add support "add-distinct" in AtomicURP so that we can use the 
'add-distict' as a request parameter e.g: 
atomic.add-distict=<multival-field-name>


> Add support for "add-distinct" in AtomicUpdateProcessorFactory
> --------------------------------------------------------------
>
>                 Key: SOLR-12015
>                 URL: https://issues.apache.org/jira/browse/SOLR-12015
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: UpdateRequestProcessors
>            Reporter: Amrit Sarkar
>            Assignee: Noble Paul
>            Priority: Minor
>         Attachments: SOLR-12015.patch, SOLR-12015.patch
>
>
> 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:
> {code}
> http://SOLR_HOST:SOLR_PORT/solr/COLLECTION_NAME/update?processor=atomic&atomic.categories=add-distinct
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to