[
https://issues.apache.org/jira/browse/SOLR-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17031006#comment-17031006
]
ASF subversion and git services commented on SOLR-14241:
--------------------------------------------------------
Commit bbdfce944bf2c7b8a06b162156e278b3f3986c6e in lucene-solr's branch
refs/heads/branch_8x from Chris M. Hostetter
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=bbdfce9 ]
SOLR-14241: New delete() Stream Decorator
(cherry picked from commit c5d0391df9c821dc842287d8c769c6f73275a423)
> Streaming Expression for deleting documents by IDs (from tuples)
> ----------------------------------------------------------------
>
> Key: SOLR-14241
> URL: https://issues.apache.org/jira/browse/SOLR-14241
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Components: streaming expressions
> Reporter: Chris M. Hostetter
> Assignee: Chris M. Hostetter
> Priority: Major
> Attachments: SOLR-14241.patch
>
>
> Streaming expressions currently supports an {{update(...)}} decorator
> function for wrapping another stream and treating each Tuple from the inner
> stream as a document to be added to an index.
> I've implemented an analogous subclass of the {{UpdateStream}} called
> {{DeleteStream}} that uses the tuples from the inner stream to identify the
> uniqueKeys of documents that should be deleted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]