On Mon, Jun 20, 2011 at 10:08 AM, jboy79 <joel_pangani...@yahoo.com> wrote: > Hi, I am new to SOLR and would like to know if multiple cores is the best way > to deal with having a product and customer index.
If the indexes are going to have very different fields, it is probably the case that you want to go with multiple Solr cores. > If > this is the case how do > you go about indexing on multiple cores. Similar to the way that you would do it with a single core, e.g., http://localhost:8983/solr/dataimport/?command=full-import would be replaced by http://localhost:8983/solr/core0/dataimport/?command=full-import assuming that you have a core named "core0". Please take a look at http://wiki.apache.org/solr/CoreAdmin , if you have not done so already. Regards, Gora