On Fri, Feb 13, 2009 at 9:18 PM, Amit Nithian wrote:
> Hi Noble,
> According to the wiki, the following should work:
> server.setParser(new XMLResponseParser());
I guess it may be a typo. pls referto the javadocs for CommonsHttpSolrServer
>
> However, I don't see that method. The only place I see
Hi Noble,
According to the wiki, the following should work:
server.setParser(new XMLResponseParser());
However, I don't see that method. The only place I see that method even
being declared is in the SolrRequest class but then wiring that up with the
SolrServer and getting results wasn't overly ob
On Fri, Feb 13, 2009 at 1:16 PM, Amit Nithian wrote:
> I am using SolrJ from trunk and according to
> http://wiki.apache.org/solr/Solrj you should be able to set the response
> parser in the SolrServer interface layer; however, I am unable to do so and
> I need the XML response support for queryin
I am using SolrJ from trunk and according to
http://wiki.apache.org/solr/Solrj you should be able to set the response
parser in the SolrServer interface layer; however, I am unable to do so and
I need the XML response support for querying and adding documents to a Solr
1.2 instance. Also, I have ch