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

Joel Bernstein updated SOLR-8996:
---------------------------------
    Description: 
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(collection, q="hello", rows="100", fq="my filter") 
{code}

The underlying implementation will rely on Solr's random field type.

  was:
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(collection, q="hello", rows="100", fq="my filter") 
{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
>
> 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(collection, q="hello", rows="100", fq="my filter") 
> {code}
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to