RE: Creating a new core programmicatically in solr

2013-06-04 Thread Saikat Kanjilal
Thanks, good catch, completely forgot about the & and its meaning in unix. > From: j...@basetechnology.com > To: solr-user@lucene.apache.org > Subject: Re: Creating a new core programmicatically in solr > Date: Tue, 4 Jun 2013 13:22:34 -0400 > > The double quotes are re

Re: Creating a new core programmicatically in solr

2013-06-04 Thread Jack Krupansky
y, June 04, 2013 12:56 PM To: solr-user@lucene.apache.org Subject: RE: Creating a new core programmicatically in solr I'm aware of the CoreAdminRequest API, however given the fact that our solr cluster machines have their own internal configurations I'd prefer to use the http appr

RE: Creating a new core programmicatically in solr

2013-06-04 Thread Saikat Kanjilal
> Date: Tue, 4 Jun 2013 10:03:50 -0700 > From: bbar...@gmail.com > To: solr-user@lucene.apache.org > Subject: RE: Creating a new core programmicatically in solr > > did you try escaping double quotes when you are making the http request. > > HttpGet req = new > Http

RE: Creating a new core programmicatically in solr

2013-06-04 Thread bbarani
message in context: http://lucene.472066.n3.nabble.com/Creating-a-new-core-programmicatically-in-solr-tp4068132p4068139.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Creating a new core programmicatically in solr

2013-06-04 Thread Saikat Kanjilal
rj/org/apache/solr/client/solrj/response/CoreAdminResponse.html > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Creating-a-new-core-programmicatically-in-solr-tp4068132p4068134.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Creating a new core programmicatically in solr

2013-06-04 Thread bbarani
ge in context: http://lucene.472066.n3.nabble.com/Creating-a-new-core-programmicatically-in-solr-tp4068132p4068134.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Creating a new core programmicatically in solr

2013-06-04 Thread Jack Krupansky
new core programmicatically in solr Hello everyone, I have written some simple java code to create a core programmatically in solr and it seems to be returning 200 but I see no core being created inside the solr admin console, here's what I've tried, BTW for what its worth we are usi

Creating a new core programmicatically in solr

2013-06-04 Thread Saikat Kanjilal
Hello everyone, I have written some simple java code to create a core programmatically in solr and it seems to be returning 200 but I see no core being created inside the solr admin console, here's what I've tried, BTW for what its worth we are using the DSE implementation of solr which uses cas