[jira] [Commented] (SOLR-10426) Add shuffle Streaming Expression

2017-06-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10426:


Commit 328229842b61bc98a139c022a975e232172d1b87 in lucene-solr's branch 
refs/heads/branch_6_6 from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=3282298 ]

SOLR-10426: Add documentation


> Add shuffle Streaming Expression
> 
>
> Key: SOLR-10426
> URL: https://issues.apache.org/jira/browse/SOLR-10426
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 6.6, master (7.0)
>
> Attachments: SOLR-10426.patch
>
>
> Currently the concept of MapReduce shuffling is lumped into the *search* 
> Streaming Expression. This causes quite a bit of confusion as users sometimes 
> perform a search using the /select handler by default, but actually wanted 
> shuffling behavior which requires the /export handler.
> We can solve this problem by creating a separate function called *shuffle* 
> that always uses the /export handler.
> This will also allow us to clean up some behaviors in the search expression 
> that are somewhat unexpected in future tickets.
> {code}
> parallel(workers, 
>  unique(shuffle(collection1, 
> q=*:*, 
> fl="id,a_s,a_i,a_f", 
> sort="a_f asc, a_i asc", 
> partitionKeys="a_f"), 
> over="a_f"), 
>  workers="2",
>  sort="a_f asc")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (SOLR-10426) Add shuffle Streaming Expression

2017-06-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10426:


Commit 401539758b34279d98c9d25d844ed9435925e938 in lucene-solr's branch 
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=4015397 ]

SOLR-10426: Add documentation


> Add shuffle Streaming Expression
> 
>
> Key: SOLR-10426
> URL: https://issues.apache.org/jira/browse/SOLR-10426
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 6.6, master (7.0)
>
> Attachments: SOLR-10426.patch
>
>
> Currently the concept of MapReduce shuffling is lumped into the *search* 
> Streaming Expression. This causes quite a bit of confusion as users sometimes 
> perform a search using the /select handler by default, but actually wanted 
> shuffling behavior which requires the /export handler.
> We can solve this problem by creating a separate function called *shuffle* 
> that always uses the /export handler.
> This will also allow us to clean up some behaviors in the search expression 
> that are somewhat unexpected in future tickets.
> {code}
> parallel(workers, 
>  unique(shuffle(collection1, 
> q=*:*, 
> fl="id,a_s,a_i,a_f", 
> sort="a_f asc, a_i asc", 
> partitionKeys="a_f"), 
> over="a_f"), 
>  workers="2",
>  sort="a_f asc")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (SOLR-10426) Add shuffle Streaming Expression

2017-05-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10426:


Commit 8c0503b4d3ecf883c81ccaabcbb14fb28cc6c5d4 in lucene-solr's branch 
refs/heads/branch_6x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=8c0503b ]

SOLR-10426: Add shuffle Streaming Expression


> Add shuffle Streaming Expression
> 
>
> Key: SOLR-10426
> URL: https://issues.apache.org/jira/browse/SOLR-10426
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 6.6
>
> Attachments: SOLR-10426.patch
>
>
> Currently the concept of MapReduce shuffling is lumped into the *search* 
> Streaming Expression. This causes quite a bit of confusion as users sometimes 
> perform a search using the /select handler by default, but actually wanted 
> shuffling behavior which requires the /export handler.
> We can solve this problem by creating a separate function called *shuffle* 
> that always uses the /export handler.
> This will also allow us to clean up some behaviors in the search expression 
> that are somewhat unexpected in future tickets.
> {code}
> parallel(workers, 
>  unique(shuffle(collection1, 
> q=*:*, 
> fl="id,a_s,a_i,a_f", 
> sort="a_f asc, a_i asc", 
> partitionKeys="a_f"), 
> over="a_f"), 
>  workers="2",
>  sort="a_f asc")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (SOLR-10426) Add shuffle Streaming Expression

2017-05-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10426:


Commit a0fc9433240ae45878930c87abb58b1bf66f96e7 in lucene-solr's branch 
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a0fc943 ]

SOLR-10426: Add shuffle Streaming Expression


> Add shuffle Streaming Expression
> 
>
> Key: SOLR-10426
> URL: https://issues.apache.org/jira/browse/SOLR-10426
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 6.6
>
> Attachments: SOLR-10426.patch
>
>
> Currently the concept of MapReduce shuffling is lumped into the *search* 
> Streaming Expression. This causes quite a bit of confusion as users sometimes 
> perform a search using the /select handler by default, but actually wanted 
> shuffling behavior which requires the /export handler.
> We can solve this problem by creating a separate function called *shuffle* 
> that always uses the /export handler.
> This will also allow us to clean up some behaviors in the search expression 
> that are somewhat unexpected in future tickets.
> {code}
> parallel(workers, 
>  unique(shuffle(collection1, 
> q=*:*, 
> fl="id,a_s,a_i,a_f", 
> sort="a_f asc, a_i asc", 
> partitionKeys="a_f"), 
> over="a_f"), 
>  workers="2",
>  sort="a_f asc")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (SOLR-10426) Add shuffle Streaming Expression

2017-04-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10426:


Commit e606d901e461837ff858595470a0d64fb4bbde1e in lucene-solr's branch 
refs/heads/branch_6x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e606d90 ]

SOLR-10426: Add shuffle Streaming Expression


> Add shuffle Streaming Expression
> 
>
> Key: SOLR-10426
> URL: https://issues.apache.org/jira/browse/SOLR-10426
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 6.6
>
> Attachments: SOLR-10426.patch
>
>
> Currently the concept of MapReduce shuffling is lumped into the *search* 
> Streaming Expression. This causes quite a bit of confusion as users sometimes 
> perform a search using the /select handler by default, but actually wanted 
> shuffling behavior which requires the /export handler.
> We can solve this problem by creating a separate function called *shuffle* 
> that always uses the /export handler.
> This will also allow us to clean up some behaviors in the search expression 
> that are somewhat unexpected in future tickets.
> {code}
> parallel(workers, 
>  unique(shuffle(collection1, 
> q=*:*, 
> fl="id,a_s,a_i,a_f", 
> sort="a_f asc, a_i asc", 
> partitionKeys="a_f"), 
> over="a_f"), 
>  workers="2",
>  sort="a_f asc")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (SOLR-10426) Add shuffle Streaming Expression

2017-04-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10426:


Commit 37b6c60548f3288ee057dbd8ce1e1594ab48d314 in lucene-solr's branch 
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=37b6c60 ]

SOLR-10426: Add shuffle Streaming Expression


> Add shuffle Streaming Expression
> 
>
> Key: SOLR-10426
> URL: https://issues.apache.org/jira/browse/SOLR-10426
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 6.6
>
> Attachments: SOLR-10426.patch
>
>
> Currently the concept of MapReduce shuffling is lumped into the *search* 
> Streaming Expression. This causes quite a bit of confusion as users sometimes 
> perform a search using the /select handler by default, but actually wanted 
> shuffling behavior which requires the /export handler.
> We can solve this problem by creating a separate function called *shuffle* 
> that always uses the /export handler.
> This will also allow us to clean up some behaviors in the search expression 
> that are somewhat unexpected in future tickets.
> {code}
> parallel(workers, 
>  unique(shuffle(collection1, 
> q=*:*, 
> fl="id,a_s,a_i,a_f", 
> sort="a_f asc, a_i asc", 
> partitionKeys="a_f"), 
> over="a_f"), 
>  workers="2",
>  sort="a_f asc")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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