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: [email protected]
For additional commands, e-mail: [email protected]