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
>
> On Jun 14, 2010, at 1:44 PM, Moazzam Khan wrote:
>
>> 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:
>>
>>  
>>  > class="org.apache.solr.handler.dataimport.DataImportHandler">
>>   
>>     > name="config">C:\solr\example\solr\advisors\conf\dih-advisors-jdbc.xml
>>   
>> 
>>
>> Thanks,
>>
>> Moazzam
>
>


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 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:

 
 
   
 C:\solr\example\solr\advisors\conf\dih- 
advisors-jdbc.xml

   


Thanks,

Moazzam