I have old schema.xml and solrconfig.xml from Solr 3.5. I want to rebuild the core structure in Solr 5.5. I got some questions to request for answer or suggestions:
1. Can I just put these 2 old xmls into the config folder and issue 'bin\solr.cmd -c corename -d config folder path' to build a Solr 5.5 core? If not, what modification should I make? (Note: AFAIK, MainIndex and IndexDefaults are replaced IndexConfig and no long exist in new solrconfig.xml. Besides, there're no any schema.xmls in Solr 5.5's examples.) 2. What should I put in that config folder? Are they same as in Solr 3.5's? 3. Is there any special rules where I put the config folder? For example, Do I have to put that folder under solr-5.5.0\server\solr\configsets? Is this path must be relative to Solr home folder? 4. If the core is created ok, where is the the core folder that Solr has built? 5. Is creating core with schema.xml achievable via admin UI? Thanks for help in advance! scott.chu,scott....@udngroup.com 2016/3/28 (週一) P.S. Thanks to Reth RM's reply to my another post(How to rebuild master-slave multi-core with schema.xmlfrom old verison in Solr 5.5). I know I can just put replicationHanlder into new solrconfig.xml but still need a try.