Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
SOLR-2358 Distributing Indexing
- Closed