You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2016/05/11 03:07:12 UTC

[jira] [Updated] (SOLR-9102) Add get() and transactional put() Streaming Expressions

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

Joel Bernstein updated SOLR-9102:
---------------------------------
    Summary: Add get() and transactional put() Streaming Expressions  (was: Add get() and put() Streaming Expressions)

> 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
>
> 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 syntax:
> {code}
> put(collection, id="a", fieldA="aaab", fieldC="blah blah")
> {code}
> {code}
> get(collection, ids="a,b,c")
> {code}



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

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