FileNotFoundException in recovery

2015-08-04 Thread Markus Heiden
Hi, I sometimes get FileNotFoundExceptions from the recovery of a core in my log. Does anyone know the reason for this? As I understand Solr this may (or should) not happen. Sorry for cross-posting in wrong user group (java-user). Markus 2015-08-04

Re: SolrCloud collection properties

2015-05-06 Thread Markus Heiden
and you can have as many of them as you want. Problem here is that each one of them is a complete set of schema and config files, AFAIK the config set is the finest granularity that you have OOB. Best, Erick On Tue, May 5, 2015 at 6:55 AM, Markus Heiden markus.hei...@s24.com wrote: Hi

Re: Solr not getting Start. Error : Could not find the main class: org.apache.solr.util.SolrCLI

2015-05-06 Thread Markus Heiden
UnsupportedClassVersionError means you have an old JDK. Use a more recent one. Markus 2015-05-06 12:59 GMT+02:00 Mayur Champaneria ma...@matchmytalent.com: Hello, When I starting solr-5.1.0 in Ubuntu 12.04 by, */bin/var/www/solr-5.0.0/bin ./solr start* Solr is being started and shows as

SolrCloud collection properties

2015-05-05 Thread Markus Heiden
Hi, we are trying to migrate from Solr 4.10 to SolrCloud 4.10. I understood that SolrCloud uses collections as abstraction from the cores. What I am missing is a possibility to store collection-specific properties in Zookeeper. Using property.foo=bar in CREATE-URLs just sets core-specific