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

Dennis Gove commented on SOLR-8996:
-----------------------------------

Sure thing. Below is the history of my commits from master waiting on this one 
to backport to 6x

{code}

commit e6e495c79588c60db1ac45bcba1a1dcaa970bcea
Author: Dennis Gove <[email protected]>
Date:   Tue Apr 19 13:49:26 2016 -0400

    SOLR-8918: Corrects usage of a global variable in admin page's stream.js 
which was overriding the same variable in cloud.js

commit af7dad6825d47e76c39842e97be8b37ab4c2cffd
Author: Dennis Gove <[email protected]>
Date:   Tue Apr 19 11:40:20 2016 -0400

    SOLR-8918: Adds Streaming to the admin page under the collections section

    Includes ability to see graphically the expression explanation

commit 2e95a54a52878c1d6305a282a324705a79d56e65
Author: Dennis Gove <[email protected]>
Date:   Mon Apr 18 21:34:36 2016 -0400

    SOLR-9009: Adds ability to get an Explanation of a Streaming Expression
{code}

> Add Random Streaming Expression
> -------------------------------
>
>                 Key: SOLR-8996
>                 URL: https://issues.apache.org/jira/browse/SOLR-8996
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: 6.1
>
>         Attachments: RandomStream.java, SOLR-8996.patch
>
>
> The random Streaming Expression will return a *limited* random stream of 
> Tuples that match a query. This will be useful in many different scenarios 
> where random data sets are needed.
> Proposed syntax:
> {code}
> random(baskets, q="productID:productX", rows="100", fl="basketID") 
> {code}
> The sample code above will query the *baskets* collection and return 100 
> random *basketID's* where the productID is productX.
> The underlying implementation will rely on Solr's random field type.



--
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