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
: 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
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