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

Shalin Shekhar Mangar commented on SOLR-10678:
----------------------------------------------

I don't know much about clustering but it seems that clustering is run on 
finishStage only if {{clustering.results=true}} which is supposed to perform 
clustering on the returned search results. If so, I think the fix should be the 
other way round i.e. you should skip clustering the search results from the 
process method on a distributed request but continue to perform the clustering 
in finishState as it is done today.

> Clustering can be executed multiple times in distributed mode
> -------------------------------------------------------------
>
>                 Key: SOLR-10678
>                 URL: https://issues.apache.org/jira/browse/SOLR-10678
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>
> As reported on SO: 
> http://stackoverflow.com/questions/43877284/how-does-solr-clustering-component-work/43937064#43937064



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to