RE: Modifing create_core's instanceDir attribute

2017-09-28 Thread Miller, William K - Norman, OK - Contractor
: Thursday, September 28, 2017 10:02 AM To: solr-user@lucene.apache.org Subject: Re: Modifing create_core's instanceDir attribute On 9/27/2017 10:24 AM, Miller, William K - Norman, OK - Contractor wrote: > Thanks Erick for pointing me in this direction. Unfortunately when I try to > u

Re: Modifing create_core's instanceDir attribute

2017-09-28 Thread Shawn Heisey
On 9/27/2017 10:24 AM, Miller, William K - Norman, OK - Contractor wrote: > Thanks Erick for pointing me in this direction. Unfortunately when I try to > us this I get an error. Here is the command that I am using and the response > I get: > > https://solrserver:8983/solr/admin/cores?action=CRE

Re: Modifing create_core's instanceDir attribute

2017-09-27 Thread Michael Kuhlmann
l, Inc. > USPS/MTSC > (405) 573-2158 > > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Wednesday, September 27, 2017 3:57 PM > To: solr-user > Subject: Re: Modifing create_core's instanceDir attribute > > Standard

RE: Modifing create_core's instanceDir attribute

2017-09-27 Thread Miller, William K - Norman, OK - Contractor
ECS Federal, Inc. USPS/MTSC (405) 573-2158 -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, September 27, 2017 3:57 PM To: solr-user Subject: Re: Modifing create_core's instanceDir attribute Standard command-line. You're doing this on

Re: Modifing create_core's instanceDir attribute

2017-09-27 Thread Erick Erickson
t; >> >> >> ~~~~~~~ >> William Kevin Miller >> >> ECS Federal, Inc. >> USPS/MTSC >> (405) 573-2158 >> >> -Original Message- >> From: Erick Erickson [mailto:erickerick...@gmail.com] >> Sent: Tuesday, Septemb

RE: Modifing create_core's instanceDir attribute

2017-09-27 Thread Miller, William K - Norman, OK - Contractor
: Wednesday, September 27, 2017 11:45 AM To: solr-user Subject: Re: Modifing create_core's instanceDir attribute Right, the core admin API is pretty low-level, it expects the base directory exists, you have to create the directory structure by hand. Best, Erick On Wed, Sep 27, 2017 at 9:24 AM, M

Re: Modifing create_core's instanceDir attribute

2017-09-27 Thread Erick Erickson
ne for an answer and have found nothing so far. > Any ideas why this error is occuring. > > > > ~~~ > William Kevin Miller > > ECS Federal, Inc. > USPS/MTSC > (405) 573-2158 > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent:

RE: Modifing create_core's instanceDir attribute

2017-09-27 Thread Miller, William K - Norman, OK - Contractor
rror is occuring. ~~~ William Kevin Miller ECS Federal, Inc. USPS/MTSC (405) 573-2158 -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, September 26, 2017 3:33 PM To: solr-user Subject: Re: Modifing create_core's instanceDir attribute

Re: Modifing create_core's instanceDir attribute

2017-09-26 Thread Erick Erickson
I don't think you can. You can, however, use the core admin API to do that, see: https://lucene.apache.org/solr/guide/6_6/coreadmin-api.html#coreadmin-api Best, Erick On Tue, Sep 26, 2017 at 1:14 PM, Miller, William K - Norman, OK - Contractor wrote: > I know that when the create_core command i

Modifing create_core's instanceDir attribute

2017-09-26 Thread Miller, William K - Norman, OK - Contractor
I know that when the create_core command is used that it sets the core to the name of the parameter supplied with the "-c" option and the instanceDir attribute in the http is also set to the name of the core. What I want is to tell the create_core to use a different instanceDir parameter. How