On 5/10/2012 12:27 PM, Ravi Solr wrote:
I clean the entire index and re-indexed it with SOLRJ 3.6. Still I get
the same error every single day. How can I see if the container
returned partial/nonconforming response since it may be hidden by
solrj ?
If the server is sending a non-javabin error response that SolrJ doesn't
parse, the logs from the container that runs Solr will normally give you
useful information. Here's the first part of something logged on mine
for an invalid query - the query sent in only had one double quote. The
log actually contains the full Java stacktrace, I just included the
first little bit:
May 10, 2012 2:13:17 PM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException:
org.apache.lucene.queryParser.ParseException: Cannot parse '( ("trader
joe's))': Lexical error at line 1, column 20. Encountered: <EOF> after
: "\"trader joe\'s))"
Thanks,
Shawn