Re: need help with multicore dataimport

2010-06-14 Thread Moazzam Khan
Thanks! It worked. - Moazzam On Mon, Jun 14, 2010 at 12:48 PM, Erik Hatcher wrote: > This issue is your request handler path: name="/advisor/dataimport"...>, use name="/dataimport" instead.  Implicitly > all access to a core is /solr/ and all paths in solrconfig go > after that. > >        Erik

Re: need help with multicore dataimport

2010-06-14 Thread Erik Hatcher
This issue is your request handler path: , use name="/dataimport" instead. Implicitly all access to a core is /solr/ and all paths in solrconfig go after that. Erik On Jun 14, 2010, at 1:44 PM, Moazzam Khan wrote: Hi, Does anyone know how to access the dataimport handler on a mul

need help with multicore dataimport

2010-06-14 Thread Moazzam Khan
Hi, Does anyone know how to access the dataimport handler on a multicore setup? This is my solr.xml I've tried http://localhost:8080/solr/advisors/dataimport but that doesn't work. My solrconfig.xml for advisors looks like this: