Re: reindex a lucene index with solr

2017-12-13 Thread Erick Erickson
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,

Re: reindex a lucene index with solr

2017-12-12 Thread Amin Raeiszadeh
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

Re: reindex a lucene index with solr

2017-12-12 Thread Erick Erickson
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

reindex a lucene index with solr

2017-12-12 Thread Amin Raeiszadeh
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