RE: Query regarding Solr ClassCastException on client side for Java

2011-07-31 Thread Tejas Bavishi
Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Monday, August 01, 2011 3:21 AM To: solr-user@lucene.apache.org Subject: Re: Query regarding Solr ClassCastException on client side for Java : I am using apache solr 3.3 on windows 7 with JDK 1.6. First question: what

Re: Query regarding Solr ClassCastException on client side for Java

2011-07-31 Thread Chris Hostetter
: I am using apache solr 3.3 on windows 7 with JDK 1.6. First question: what version of SolrJ are you using? is it also 3.3? : At the line, QueryResponse queryResponse = solrServer.query(query1); : Class Cast Exception is thrown and no data is fetched. I suspect this : has something to do wit

Query regarding Solr ClassCastException on client side for Java

2011-07-31 Thread Tejas Bavishi
Hi I am using apache solr 3.3 on windows 7 with JDK 1.6. I am facing very strange problem. My code makes a query to the solr server in Java, the code is pasted below: public QueryResponse getSearchResponse(String query, String url, String...facets){ try{ SolrQuery que