Sorry for not replying!!!
It was wrong version of solrj that client was using (As it was third-party
code, we couldn't find out earlier). After fixing the version, things seem
to be working fine.
Thanks for your response!!!
On Sun, Apr 13, 2014 at 7:26 PM, Erick Erickson wrote:
> You say "I can
You say "I can't change the client". What is the client written in?
What does it expect? Does it use the same version of SolrJ?
Best,
Erick
On Sun, Apr 13, 2014 at 6:40 AM, Prashant Golash
wrote:
> Thanks for your feedback. Following are some more details
>
> Version of solr : 4.3.0
> Version of
Thanks for your feedback. Following are some more details
Version of solr : 4.3.0
Version of solrj : 4.3.0
The way I am returning response to client:
Request Holder is the object containing post process request from client
(After renaming few of the fields, and internal to external mapping of t
Hi;
If you had a chance to change the code at client side I would suggest to
try that:
http://lucene.apache.org/solr/4_2_1/solr-solrj/org/apache/solr/client/solrj/impl/HttpSolrServer.html#setParser(org.apache.solr.client.solrj.ResponseParser)
There
maybe a problem about character encoding of your
Hi Solr Gurus,
I have some doubt related to solrj client.
My scenario is like this:
- There is a proxy server (Play App) which internally queries solr.
- The proxy server is called from client side, which uses Solrj library.
The issue is that I can't change client code. I can only chang