Thanks Mike
That explains it, just removing the noggit-0.6 jar should fix it. This
error depended on classloading order and didn't show up on mac but was a
problem on linux.
On Fri, Nov 20, 2020 at 2:54 PM Mike Drob wrote:
> Noggit code was forked into Solr, see SOLR-13427
>
> https://github.c
Noggit code was forked into Solr, see SOLR-13427
https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.6.3/solr/solrj/src/java/org/noggit/ObjectBuilder.java
It looks like that particular method was added in 8.4 via
https://issues.apache.org/jira/browse/SOLR-13824
Is it possible you're
Hi,
got this error using streaming with solrj 8.6.3 . does it use noggit-0.8.
It was not mentioned in dependencies
https://github.com/apache/lucene-solr/blob/branch_8_6/solr/solrj/ivy.xml
Caused by: java.lang.NoSuchMethodError: 'java.lang.Object
org.noggit.ObjectBuilder.getValStrict()'
at org.apa
Your should format the date according to the ISO Standard:
https://lucene.apache.org/solr/guide/6_6/working-with-dates.html
Eg. 2018-07-12T00:00:00Z
You can either transform the date that you have in Solr or in your client
pushing the doc to Solr.
All major programming language have date util
Hello Experts,
I am having issues with indexing Date field in SOLR 8.6.0. I am indexing
from MongoDB. In MongoDB the Format is as follows
* "R_CREATION_DATE" : "12-Jul-18", "R_MODIFY_DATE" : "30-Apr-19", *
In my Managed Schema I have the following entries.
.
I am getting an error in
Hi,
when I try to atomically update a single field of a parent/root
document, all of its nested child documents disappear (Solr 8.6.3).
I've tracked the problem down to the reconstruction of the original
document in DistributedUpdateProcessor#getUpdatedDocument. Solr
correctly finds existing
Hey,
We have a problem on one of our installations with the suggestComponent.
The index has about 16 million documents and contains a "Global" field
which contains the data of multiple other fields. This "Global" field is
used to build up the suggestions.
A short time after starting Solr it is k
Hi Erick,
I understand this is how the file handler works.
But for the SolrCloud users, they didn't see the expected replica failover
happens, then we can not say SolrCloud is totally HA enabled. Do we have plan
to handle the HA for disk failures? Thanks.
Regards,
Radar
From: Amy Bai
Date: W