[ 
https://issues.apache.org/jira/browse/SOLR-9102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein reassigned SOLR-9102:
------------------------------------

    Assignee: Joel Bernstein

> Add get() and transactional put() Streaming Expressions
> -------------------------------------------------------
>
>                 Key: SOLR-9102
>                 URL: https://issues.apache.org/jira/browse/SOLR-9102
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>
> It would be useful to add *get()* and *put()* Streaming Expressions that 
> allows SolrCloud to be behave like a distributed key/value store. This will 
> allow Solr's real-time get and multi-get capabilities to be easily combined 
> with other expressions.
> Sample get syntax:
> {code}
> get(collection, ids="a,b,c")
> {code}
> This ticket will also explore the possibility of adding a *transactional* 
> put. Different transaction schemes will be explored.
> {code}
> put(collection, id="a", fieldA="aaab", fieldC="blah blah")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to