I installed Solr according to the tutorial. My schema.xml & solrconfig.xml is in ~/apache-solr-1.4.1/example/solr/conf
Everything so far is just like that in the tutorial. But I want to set up a 2nd index (separate from the "main" index) just for the purpose of auto-complete. I understand that I need to set up multicore for this. But I'm not sure how to do that. I read the doc (http://wiki.apache.org/solr/CoreAdmin) but am still pretty confused. - where do I put the 2nd index? - do I need separate schema.xml & solrconfig.xml for the 2nd index? Where do I put them? - how do I tell solr which index do I want a document to go to? - how do I tell solr which index do I want to query against? - any step-by-step instruction on setting up multicore? Thanks. Andy