Anyother ideas to resolve this issue would be really helpful.
Thanks
Kalyan
Thanks,
Kalyan Manepalli
-Original Message-
From: Manepalli, Kalyan [mailto:kalyan.manepa...@orbitz.com]
Sent: Friday, December 28, 2012 9:30 PM
To: solr-user@lucene.apache.org
Subject: Re: Override wt
I tried using invariants wt=xml, but it doesn¹t work.
Is anyone tried playing around with SolrCore.java changes?
On 12/28/12 7:17 PM, "Shawn Heisey" wrote:
>On 12/28/2012 6:07 PM, Stefan Matheis wrote:
>> Kalyan
>>
>> I didn't test that .. but perhaps it may work out for you -- specifying
>>"inv
On 12/28/2012 6:07 PM, Stefan Matheis wrote:
Kalyan
I didn't test that .. but perhaps it may work out for you -- specifying
"invariants" (possible per SearchHandler) like it's shown in the wiki:
http://wiki.apache.org/solr/SearchHandler#Configuration ?
Stefan, your reply hadn't arrived befor
On 12/28/2012 5:50 PM, Manepalli, Kalyan wrote:
Shawn,
Thanks for the answer. But changing at the server.setParser means
changing all the clients that are invoking localhost:8983. My goal is that
clients need not have to make any change. localhost:8983 should hardcore
xmlParser. Any ideas
Kalyan
I didn't test that .. but perhaps it may work out for you -- specifying
"invariants" (possible per SearchHandler) like it's shown in the wiki:
http://wiki.apache.org/solr/SearchHandler#Configuration ?
HTH, Stefan
On Saturday, December 29, 2012 at 1:50 AM, Manepalli, Kalyan wrote:
> S
Shawn,
Thanks for the answer. But changing at the server.setParser means
changing all the clients that are invoking localhost:8983. My goal is that
clients need not have to make any change. localhost:8983 should hardcore
xmlParser. Any ideas?
Thanks
Kalyan
On 12/28/12 5:37 PM, "Shawn Heis
On 12/28/2012 3:19 PM, Manepalli, Kalyan wrote:
Hi all,
I am in process of upgrading SOLR from 1.4 to 3.6. The clients and the server
communicate using SOLRJ. Since SOLRJ uses javabin as response format, I want to
change this to xml during the upgrade procees. Since there are multiple
clients,