Re: SolrJ API and XMLResponseParser

2009-02-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
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

Re: SolrJ API and XMLResponseParser

2009-02-13 Thread Amit Nithian
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

Re: SolrJ API and XMLResponseParser

2009-02-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
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

SolrJ API and XMLResponseParser

2009-02-12 Thread Amit Nithian
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