Re: schema / config file names

2014-07-02 Thread John Smodic
That's good to know. I don't actually want to do it. I want to see just how much of Solr's schema and configuration can be reliably validated. The error messages I've been getting back for misconfigured setups are less than ideal at times. But it should be easy for me to validate certain things

schema / config file names

2014-07-02 Thread John Smodic
Is it required for the schema.xml and solrconfig.xml to have those exact filenames? Can I alias schema.xml to foo.xml in some way, for example? Thanks.

Undeletable phantom collection / core

2014-06-20 Thread John Smodic
Hi, I have the following situation using SolrCloud: deleteCollection "foo" -> "Could not find collection:foo" createCollection "foo" -> "Error CREATEing SolrCore 'foo_shard1_replica1': Could not create a new core in solr/foo_shard1_replica1/as another core is already defined there" unload Cor

SolrCloud collection create / delete failure

2014-06-09 Thread John Smodic
Hey guys, I'm trying to simply create collection foo in SolrCloud (to a collection that failed to create once due to a badly formatted schema). I try the following: createCollection foo -> could not create a new core solr/foo_shard1_replica1 as another core is already defined there deleteColle