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

Shreejay commented on SOLR-2592:
--------------------------------

Hi Yonik,

What configuration (solrconfig / solr.xml /schema.xml / ZK ?) do I have to 
change in order to use these changes in trunk? I have a string field on which I 
want to do "group by" and hence I want all documents with same value of the 
string field to be on same side. 

I was using a 4x branch with Michael's patch, but ran into heap space issues 
mentioned in https://issues.apache.org/jira/browse/SOLR-4144 . I was not able 
to merge trunk to 4x and just saw your comment that you also had issues while 
doing this.  

So my next step might be to use the trunk directly with the patch supplied for 
4144. How do I specify that I want to shard based on a specific string field? 

Thanks. 

--Shreejay
                
> Custom Hashing
> --------------
>
>                 Key: SOLR-2592
>                 URL: https://issues.apache.org/jira/browse/SOLR-2592
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>    Affects Versions: 4.0-ALPHA
>            Reporter: Noble Paul
>            Assignee: Yonik Seeley
>             Fix For: 4.1
>
>         Attachments: dbq_fix.patch, pluggable_sharding.patch, 
> pluggable_sharding_V2.patch, SOLR-2592.patch, SOLR-2592_progress.patch, 
> SOLR-2592_query_try1.patch, SOLR-2592_r1373086.patch, 
> SOLR-2592_r1384367.patch, SOLR-2592_rev_2.patch, 
> SOLR_2592_solr_4_0_0_BETA_ShardPartitioner.patch
>
>
> If the data in a cloud can be partitioned on some criteria (say range, hash, 
> attribute value etc) It will be easy to narrow down the search to a smaller 
> subset of shards and in effect can achieve more efficient search.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to