Re: Core admin: create new core

2016-07-11 Thread Erick Erickson
Well, the easiest way is probably the bin/solr script. Try typing in bin/solr create_core -help Best, Erick On Mon, Jul 11, 2016 at 3:58 PM, ARCbrittany wrote: > creating a little API that takes schema/config as input, > creates the files and then uses the core admin CREATE request. Works > lik

Re: Core admin: create new core

2016-07-11 Thread ARCbrittany
creating a little API that takes schema/config as input, creates the files and then uses the core admin CREATE request. Works like a charm. RE/ Can you help or post how you made this API Thank you -- View this message in context: http://lucene.472066.n3.nabble.com/Core-admin-create-new-

Re: Core admin: create new core

2015-03-06 Thread Shawn Heisey
On 3/6/2015 3:25 AM, manju16832003 wrote: > Solr 5 has been released. I was just giving a try and come across the same > issue. As I heard over from some documentation, Solr 5 doesn't come with > default core (example in earlier versions). And this requires us to create > a core from Solr Admin. W

Re: Core admin: create new core

2015-03-06 Thread Erik Hatcher
Try - bin/solr create -c inventory > On Mar 6, 2015, at 05:25, manju16832003 wrote: > > Solr 5 has been released. I was just giving a try and come across the same > issue. As I heard over from some documentation, Solr 5 doesn't come with > default core (example in earlier versions). And

Re: Core admin: create new core

2015-03-06 Thread manju16832003
Solr 5 has been released. I was just giving a try and come across the same issue. As I heard over from some documentation, Solr 5 doesn't come with default core (example in earlier versions). And this requires us to create a core from Solr Admin. When I tried to create the core, I get the followin

Re: Core admin: create new core

2013-11-05 Thread Erick Erickson
If you're really bored, anything you'd like to do for SOLR-4779 would be great! Best, Erick On Tue, Nov 5, 2013 at 5:15 AM, Bram Van Dam wrote: > On 11/04/2013 04:06 PM, Bill Bell wrote: > >> You could pre create a bunch of directories and base configs. Create as >> needed. Then use schema les

Re: Core admin: create new core

2013-11-05 Thread Bram Van Dam
On 11/04/2013 04:06 PM, Bill Bell wrote: You could pre create a bunch of directories and base configs. Create as needed. Then use schema less API to set it up ... Or make changes in a script and reload the core.. I ended up creating a little API that takes schema/config as input, creates the

Re: Core admin: create new core

2013-11-04 Thread Bill Bell
You could pre create a bunch of directories and base configs. Create as needed. Then use schema less API to set it up ... Or make changes in a script and reload the core.. Bill Bell Sent from mobile > On Nov 4, 2013, at 6:06 AM, Erick Erickson wrote: > > Right, this has been an issue for a w

Re: Core admin: create new core

2013-11-04 Thread Erick Erickson
Right, this has been an issue for a while, there's no current way to do this. Someday, I'll be able to work on SOLR-4779 which should go some toward making this work more easily. It's still not exactly what you're looking for, but it might work. Of course with SolrCloud you can specify a configur