--
From: Jason Gerlowski [mailto:gerlowsk...@gmail.com]
Sent: Monday, March 11, 2019 1:24 PM
To: solr-user@lucene.apache.org
Subject: Re: ClassCastException in SolrJ 7.6+
Hi Gerald,
That looks like it might be a bug in SolrJ's JSON faceting support.
Do you have a small code snippet that reprod
Hi Gerald,
That looks like it might be a bug in SolrJ's JSON faceting support.
Do you have a small code snippet that reproduces the problem? That'll
help us confirm it's a bug, and get us started on fixing it.
Best,
Jason
On Mon, Mar 11, 2019 at 10:29 AM Gerald Bonfiglio wrote:
>
> I'm seeing
I'm seeing the following Exception using JSON Facet API in SolrJ 7.6, 7.7,
7.7.1:
Caused by: java.lang.ClassCastException: java.lang.Long cannot be cast to
java.lang.Integer
at
org.apache.solr.client.solrj.response.json.NestableJsonFacet.(NestableJsonFacet.java:52)
at
org.apache.so