Re: Solr 5.3.1 CREATE defaults to schema-less mode Java version 1.7.0_45

2015-10-30 Thread Upayavira
On Fri, Oct 30, 2015, at 07:03 PM, natasha wrote: > Hi Erick, > > If I just run the following, I have no issue: > > bin/solr start > curl ' > http://localhost:8983/solr/admin/cores?action=CREATE&name=test-core&instanceDir=/home/natasha/twc-session-dash1/collection1 >

Re: Solr 5.3.1 CREATE defaults to schema-less mode Java version 1.7.0_45

2015-10-30 Thread natasha
Hi Erick, If I just run the following, I have no issue: bin/solr start curl ' http://localhost:8983/solr/admin/cores?action=CREATE&name=test-core&instanceDir=/home/natasha/twc-session-dash1/collection1

Re: Solr 5.3.1 CREATE defaults to schema-less mode Java version 1.7.0_45

2015-10-30 Thread natasha
Hi Erick, Thanks for your help. I am fairly new to Solr. I'm not set on using SolrCloud. No need for ZooKeeper or multiple leader nodes. What I have is an existing instanceDir (with a conf and data directory, with all requisite components) and I would like to create a new core based on this pree

Re: Solr 5.3.1 CREATE defaults to schema-less mode Java version 1.7.0_45

2015-10-29 Thread Erick Erickson
I'm pretty confused about what you're trying to do. You mention using the SolrCloud UI to look at your core, but on the other hand you also mention using the core admin to create the core. Trying to use the core admin commands with SolrCloud is a recipe for disaster. Under the covers, the _collect

Re: Solr 5.3.1 CREATE defaults to schema-less mode Java version 1.7.0_45

2015-10-29 Thread natasha
Note, if I attempt to CREATE the core using Solr 5.3.0 on my openstack machine (Java version 1.7.0) I have no issues. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-3-1-CREATE-defaults-to-schema-less-mode-Java-version-1-7-0-45-tp4237305p4237307.html Sent from the S