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 solr persistent=true sharedLib=lib cores adminPath=/admin/cores core name=advisors instanceDir=advisors / core name=requests instanceDir=requests /

Re: need help with multicore dataimport

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

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 erik.hatc...@gmail.com wrote: This issue is your request handler path: requestHandler name=/advisor/dataimport..., use name=/dataimport instead.  Implicitly all access to a core is /solr/corename and all paths in