Then you'll have to re-index probably after you set up your new collections.
If you have stored _all_ your original fields you could query from
your 4x and index to your SolrCloud, but it'd be best if you could
just reindex from the original source.
Best,
Erick
On Tue, Dec 12, 2017 at 10:02 PM,
thanks for your guides Erick
before this i use solr v4.10.3 in a cluster of 40 searcher (solr instance)
each with about 40 cores.
now i want to migrate to solr cloud v6.5.1 i design my own custom policy
for document routing(default mode of routing) between shards an i have
about 1000 shards at star
What you haven't told us is whether you need to shard or not. But
there's no difference between the index built for stand-alone Solr and
SolrCloud.
So just create your SolrCloud instance, probably single shard, 1
replica with the appropriate configset. Then shut that down and copy
the index from y
i have a lucene index that some fields of docs are indexed with custom
incremental gaps and all fields are stored too(not only indexed).
i need to import this docs to solr cloud.
is there any way to automatically rebuild this docs for importing in solr
with costum gaps by some thing likes converte