I started looking in reducing the time taken to load cores during cluster restart. For initializing the core, building config file takes considerable amount of time. In our case, schema remains same for all collections(cores) . Hence it can be kept static, and avoid loading time.
In the mean while i have gone through schemaless feature of solr-4.5. In such a case, do we need to define schema.xml file or it ll automatically assigns field types dynamically? If there is no need to define schema.xml file, then automatically core initialization takes lesser time rite? Thanks in advance Srivatsan -- View this message in context: http://lucene.472066.n3.nabble.com/Collection-loadOnStartup-tp4082531p4087510.html Sent from the Solr - User mailing list archive at Nabble.com.