I've used this before, by specifying the chain as the default processor chain
by putting the following directly under the entry:
uniq-fields
Not sure if this is the best way, but since our app is the only one using Solr,
we want every update to use the chain across all ou
Has anyone else observed NPEs attempting to have expired docs removed? I'm
seeing the following exceptions:
2019-02-28 04:06:34.849 ERROR (autoExpireDocs-30-thread-1) [ ]
o.a.s.u.p.DocExpirationUpdateProcessorFactory Runtime error in periodic
deletion of expired docs: null
java.lang.NullPointe
uces 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 the following Exception using JSON Facet API in SolrJ 7.6, 7.7,
> 7.7.1:
>
> Caused by:
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