Hi Shalin, 

I've compiled a new apache-solr-dataimporthandler-1.3-dev.jar from the trunk
without issues and dropped this into my existing WAR, but I'm now receiving

java.lang.NoSuchMethodError:
org.apache.solr.request.SolrQueryResponse.setHttpCaching(Z)V

when I try and access http://localhost:8983/solr/dataimport

Many thanks,
Tom





Shalin Shekhar Mangar wrote:
> 
> Hi Tom,
> 
> This should be fixed in the trunk code.
> 
> On Thu, Aug 7, 2008 at 12:13 AM, Shalin Shekhar Mangar <
> [EMAIL PROTECTED]> wrote:
> 
>> My mistake, it is SOLR-676.
>>
>> https://issues.apache.org/jira/browse/SOLR-676
>>
>> On Thu, Aug 7, 2008 at 12:13 AM, Shalin Shekhar Mangar <
>> [EMAIL PROTECTED]> wrote:
>>
>>> I've opened SOLR-647 to fix this.
>>>
>>> https://issues.apache.org/jira/browse/SOLR-676
>>>
>>>
>>> On Wed, Aug 6, 2008 at 9:56 PM, Shalin Shekhar Mangar <
>>> [EMAIL PROTECTED]> wrote:
>>>
>>>> On Wed, Aug 6, 2008 at 5:50 PM, TomWilliamson <
>>>> [EMAIL PROTECTED]> wrote:
>>>>
>>>>>
>>>>> I'm trying to use localsolr (1.5) with the dataimport handler but not
>>>>> having
>>>>> much luck. The issue seems to be that the _localtier dynamic fields
>>>>> dont
>>>>> get
>>>>> generated when adding docs via the dataimport, although they do if I
>>>>> add
>>>>> docs via post.jar (xml document). Am i missing something simple here?
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/localsolr-and-dataimport-problems-tp18849983p18849983.html
>>>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>> Hmm... LocalSolr uses the UpdateRequestProcessor API in Solr to add
>>>> it's
>>>> dynamic fields. However, DataImportHandler bypasses that API and adds
>>>> documents directly to the UpdateHandler.
>>>>
>>>> Sounds like an improvement (bug?) in DataImportHandler which should be
>>>> addressed before release. I'll open an issue and work on it.
>>>>
>>>> --
>>>> Regards,
>>>> Shalin Shekhar Mangar.
>>>>
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Shalin Shekhar Mangar.
>>>
>>
>>
>>
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>>
> 
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/localsolr-and-dataimport-problems-tp18849983p19069927.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to