I can cannot execute my SolrJ application

2020-10-21 Thread Raivo Rebane
Hello I can compile my project properliy; But problems arise when I execute it with Maven and got problems I dont know have these solrj problems or maven problems: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /home/hydra/workspace1/test/EMBEDDED Java version: 11.0.8

SOLR 6 to SOLR7 Upgrade issue

2020-10-21 Thread Paul Russell
I updated a three node SOLR cluster from SOLR 6 to SOLR 7.7.3. The cluster is up and running fine however I cannot add any more collection or add a replica to any of the current collections. Below is the error that I receive. 2020-10-14 19:23:21.473 ERROR (qtp1708570683-22) [c:CollectionDev ] o.

Re: Backup fails despite allowPaths=* being set

2020-10-21 Thread Jan Høydahl
Are you sure the * is not eaten by the shell since it’s a special char? You can view the sys props in admin UI to check. Jan Høydahl > 16. okt. 2020 kl. 19:39 skrev Philipp Trulson : > > Hello everyone, > > we are having problems with our backup script since we upgraded to Solr > 8.6.2 on ku

json.facet floods the filterCache

2020-10-21 Thread damienk
Hi, I'm using a json.facet query on nested facets terms and am seeing very high filterCache usage. Is it possible to somehow control this? With a fq it's possible to specify fq={!cache=false}... but I don't see a similar thing json.facet. Kind regards, Damien