Re: String Cast Error

2014-03-27 Thread Chris Hostetter
: I have a search that sorts on a boolean field. This search is pulling : the following error: java.lang.String cannot be cast to : org.apache.lucene.util.BytesRef. This is almost certainly another manifestation of SOLR-5920... https://issues.apache.org/jira/browse/SOLR-5920 -Hoss

RE: String Cast Error

2014-03-26 Thread AJ Lemke
...@securitylabs.com] Sent: Tuesday, March 18, 2014 5:28 PM To: solr-user@lucene.apache.org Subject: RE: String Cast Error Did you change the schema at all? No Did you upgrade Solr from a previous version with the same index? No This was fresh install from the website. Ran ant run-example Killed

String Cast Error

2014-03-18 Thread AJ Lemke
Hello all! I have a strange issue with my local SOLR install. I have a search that sorts on a boolean field. This search is pulling the following error: java.lang.String cannot be cast to org.apache.lucene.util.BytesRef. The search is over the dummy data that is included in the exampledocs. I

Re: String Cast Error

2014-03-18 Thread Shawn Heisey
On 3/18/2014 3:51 PM, AJ Lemke wrote: I have a strange issue with my local SOLR install. I have a search that sorts on a boolean field. This search is pulling the following error: java.lang.String cannot be cast to org.apache.lucene.util.BytesRef. The search is over the dummy data that is

RE: String Cast Error

2014-03-18 Thread AJ Lemke
=text/csv -jar post.jar *.csv java -Dtype=application/json -jar post.jar *.json If you need more info let me know. AJ -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Tuesday, March 18, 2014 5:14 PM To: solr-user@lucene.apache.org Subject: Re: String Cast Error On 3