: 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
http://
ke [mailto:aj.le...@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-
*.xml
java -Dtype=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
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 inc