JettySolrRunner with webapp

2016-06-22 Thread Jan Van Besien
Hi I was wondering if there is support for running JettySolrRunner including the solr webapp. We have a use case where we start an embedded solr (including webui) in a mini-version of our application where we simply run everything in a single JVM. JettySolrRunner is OK but lacks the webapp. With t

Re: SOLR cloud disaster recovery

2014-03-03 Thread Jan Van Besien
On Fri, Feb 28, 2014 at 7:50 PM, Per Steffensen wrote: > I might be able to find something for you. Which version are you using - I > have some scripts that work on 4.0 and some other scripts that work for 4.4 > (and maybe later). This sounds useful. I am using 4.6.1. Kind regards Jan

SOLR cloud disaster recovery

2014-02-28 Thread Jan Van Besien
Hi, I am a bit confused about how solr cloud disaster recovery is supposed to work exactly in the case of loosing a single node completely. Say I have a solr cloud cluster with 3 nodes. My collection is created with numShards=3&replicationFactor=3&maxShardsPerNode=3, so there is no data loss when

Re: dynamically adding core with auto-discovery in Solr 4.5

2013-10-09 Thread Jan Van Besien
On Wed, Oct 9, 2013 at 2:15 PM, Erick Erickson wrote: > This worked for me if I do NOT have a core.properties at all in my new > core. Personally I think the behavior in 4.4 was dangerous, what > happens if you mis-type the command for instance? You could do Bad > Things to the old core you were

dynamically adding core with auto-discovery in Solr 4.5

2013-10-08 Thread Jan Van Besien
Hi, We are using auto discovery and have a use case where we want to be able to add cores dynamically, without restarting solr. In 4.4 we were able to - add a directory (e.g. "core1") with an empty core.properties - call http://localhost:8983/solr/admin/cores?action=CREATE&core=core1&name=core1&