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

2015-10-30 Thread natasha
gt; -- >> > 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 Solr - User mailing list archive at Nabble.com. >> >> >>

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

2015-10-30 Thread natasha
> > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/Solr-5-3-1-CREATE-defaults-to-schema-less-mode-Java-version-1-7-0-45-tp4237305p4237322.html > To unsubsc

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=test-core=/home/natasha/twc-session-dash1/collection1 >

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

2015-10-29 Thread natasha
Hi, I just downloaded Solr 5.3.1, and after starting Solr with the following command: bin/solr start -p 8985 I attempt to CREATE a Solr-core with the following command: curl 'http:localhost:8985/solr/admin/cores?action=CREATE=test-core=/Users/nw/Downloads/twc-session-dash/collection1' where

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

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