-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 4.3
-
Component/s: None
-
Labels:None
If an index is too large/hot it would be desirable to split it out to another core .
This core may eventually be replicated out to another host.
There can be to be multiple strategies
- random split of x or x%
- fq="user:johndoe"
example :
action=split&split=20percent&newcore=my_new_index
or
action=split&fq=user:johndoe&newcore=john_doe_index
- blocks
-
SOLR-2595 Split and migrate indexes
-
- Closed
-
- depends upon
-
LUCENE-2919 IndexSplitter that divides by primary key term
-
- Closed
-
- duplicates
-
SOLR-3755 shard splitting
-
- Closed
-