Hoss Man created SOLR-6866:
------------------------------
Summary: the collection created by "bin/solr -e schemaless" should
be named "gettingstarted"
Key: SOLR-6866
URL: https://issues.apache.org/jira/browse/SOLR-6866
Project: Solr
Issue Type: Improvement
Reporter: Hoss Man
Fix For: 5.0
at the moment, if you run "bin/solr -e schemaless" the collection created for
you is named "schemaless"
this might confuse users -- in particularly it makes some of the URLs in the
docs on the types of the Schema API commands kind of confusing...
https://cwiki.apache.org/confluence/display/solr/Schemaless+Mode
http://localhost:8983/solr/schemaless/schema/fields
"schemaless/schema" and all that.
It would probably be better to follow the example set by "bin/solr -e cloud"
and give the new collection the name "gettingstarted" -- that way every
example that uses data_driven_schema_configs would create "gettingstarted" and
every "gettingstarted" collection created by an example would be using
data_driven_schema_configs -- and all of the example URLs in docs should be
interchangable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]