Joel Bernstein created SOLR-9102:
------------------------------------

             Summary: Add get and 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to