Re: Core admin: create new core

2016-07-11 Thread Erick Erickson
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-core-tp4099127p4286687.html > Sent from the Solr - User mailing list archive at Nabble.com.

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
2066.n3.nabble.com/file/n4191378/solr-2.png> > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Core-admin-create-new-core-tp4099127p4191378.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Core admin: create new core

2015-03-06 Thread manju16832003
his? <http://lucene.472066.n3.nabble.com/file/n4191378/solr-1.png> <http://lucene.472066.n3.nabble.com/file/n4191378/solr-2.png> -- View this message in context: http://lucene.472066.n3.nabble.com/Core-admin-create-new-core-tp4099127p4191378.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Core admin: create new core

2013-11-04 Thread Bram Van Dam
The core admin CREATE function requires that the new instance dir and schema/config exist already. Is there a particular reason for this? It would be incredible convenient if I could create a core with a new schema and new config simply by calling CREATE (maybe providing the contents of config.