Re: creating a core with a custom managed-schema

2019-11-04 Thread Erick Erickson
You’re confusing the admin API with the bin/solr script. If you look at the examples on that page, the form is: admin/cores?action=CREATE&name=core-name&instanceDir=path/to/dir&config=solrconfig.xml&dataDir=data what you used was: /opt/solr/bin/solr create…. Totally different beasts. > On Nov

Re: creating a core with a custom managed-schema

2019-11-04 Thread rhys J
On Mon, Nov 4, 2019 at 1:36 PM Erick Erickson wrote: > Well, just what it says. -schema isn’t a recognized parameter, where did > you get it? Did you try bin/solr create -help and follow the instructions > there? > > I am confused. This page: https://lucene.apache.org/solr/guide/7_0/coreadmin-ap

Re: creating a core with a custom managed-schema

2019-11-04 Thread Erick Erickson
Well, just what it says. -schema isn’t a recognized parameter, where did you get it? Did you try bin/solr create -help and follow the instructions there? Best, Erick > On Nov 4, 2019, at 12:34 PM, rhys J wrote: > > I have created a tmp directory where I want to have reside custom > managed-sch

creating a core with a custom managed-schema

2019-11-04 Thread rhys J
I have created a tmp directory where I want to have reside custom managed-schemas to use when creating cores. /tmp/solr_schema/CORENAME/managed-schema Based on this page: https://lucene.apache.org/solr/guide/7_0/coreadmin-api.html#coreadmin-create , I am running the following command: sudo -u so