Hi, Well, we try to use Solr to run a multi-tenant index/search service. We assigns each client a different core with their own config and schema. It would be good for us if we can just let the customer to be able to create cores with their own schema and config. The customer would definitely not have ssh access to the solr host.
Regards, james -----Original Message----- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Friday, June 28, 2013 3:57 PM To: solr-user@lucene.apache.org Subject: Re: change solr core schema and config via http How could you not have ssh access to the Solr host machine? I mean, how are you managing that server, without ssh access? And if you are not managing the server, what business do you have trying to change the Solr configuration?!?!?!!!! Something fishy here! -- Jack Krupansky -----Original Message----- From: Wu, James C. Sent: Friday, June 28, 2013 6:30 PM To: solr-user@lucene.apache.org Subject: RE: change solr core schema and config via http Hi, It only allow adding new fields to the existing schema. My problem is that I am trying to provide my own schema file when I create a new core and I do not have ssh access to the solr host. Is this not even possible? Regards, james -----Original Message----- From: Rafał Kuć [mailto:r....@solr.pl] Sent: Friday, June 28, 2013 3:11 PM To: solr-user@lucene.apache.org Subject: Re: change solr core schema and config via http Hello! In 4.3.1 you can only read schema.xml or portions of it using Schema API (https://issues.apache.org/jira/browse/SOLR-4658). It is a start to allow schema.xml modifications using HTTP API, which will be a functionality of next release of Solr - https://issues.apache.org/jira/browse/SOLR-3251 -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch > Hi, > I am trying to figure out how to change the schema/config of an > existing core or a core to be created via http calls to solr. After > spending hours in searching online, I still could not find any > documents showing me how to do it. > The only way I know is that you have to log on to the solr host and > then create/modify the schema/config files on the host. It seem > surprising to me that we can create new core via the http interface > but are not able to change the schema/config in the same way. > Can anyone give me some hints? Thanks. > Regards, > James