You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2010/12/22 14:49:01 UTC

[jira] Created: (SOLR-2293) SolrCloud distributed indexing

SolrCloud distributed indexing
------------------------------

                 Key: SOLR-2293
                 URL: https://issues.apache.org/jira/browse/SOLR-2293
             Project: Solr
          Issue Type: New Feature
          Components: SolrCloud
            Reporter: Jan Høydahl


Add SolrCloud support for distributed indexing, as described in http://wiki.apache.org/solr/DistributedSearch#Distributed_Indexing and the "Support user specified partitioning" paragraph of http://wiki.apache.org/solr/SolrCloud#High_level_design_goals

Currently, the client needs to decide what shard indexer to talk to for each document. Common partitioning strategies include has-based, date-based and "custom".

Solr should have the capability of accepting a document update on any of the nodes in a cluster, and perform partitioning and distribution of updates to correct shard, based on current ZK config. The ShardDistributionPolicy should be pluggable, with the most common provided out of the box.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (SOLR-2293) SolrCloud distributed indexing

Posted by "Jan Høydahl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl closed SOLR-2293.
-----------------------------

    Resolution: Duplicate

Use SOLR-2358

> SolrCloud distributed indexing
> ------------------------------
>
>                 Key: SOLR-2293
>                 URL: https://issues.apache.org/jira/browse/SOLR-2293
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>            Reporter: Jan Høydahl
>
> Add SolrCloud support for distributed indexing, as described in http://wiki.apache.org/solr/DistributedSearch#Distributed_Indexing and the "Support user specified partitioning" paragraph of http://wiki.apache.org/solr/SolrCloud#High_level_design_goals
> Currently, the client needs to decide what shard indexer to talk to for each document. Common partitioning strategies include has-based, date-based and "custom".
> Solr should have the capability of accepting a document update on any of the nodes in a cluster, and perform partitioning and distribution of updates to correct shard, based on current ZK config. The ShardDistributionPolicy should be pluggable, with the most common provided out of the box.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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