Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 155E1822D for ; Tue, 16 Aug 2011 19:30:51 +0000 (UTC) Received: (qmail 62977 invoked by uid 500); 16 Aug 2011 19:30:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 62886 invoked by uid 500); 16 Aug 2011 19:30:49 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 62879 invoked by uid 99); 16 Aug 2011 19:30:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 19:30:48 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 19:30:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2F81FBF0BC for ; Tue, 16 Aug 2011 19:30:27 +0000 (UTC) Date: Tue, 16 Aug 2011 19:30:27 +0000 (UTC) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Message-ID: <852497628.42300.1313523027191.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <854487883.7875.1311694870748.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-2675) Support core properties when creating cores via REST API (CoreAdminHandler) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2675: --------------------------- Attachment: SOLR-2675.patch Yury: your patch looks good to me, here's an updated version that adds a test so we can verify that it works (and that we won't break it in the future) > Support core properties when creating cores via REST API (CoreAdminHandler) > --------------------------------------------------------------------------- > > Key: SOLR-2675 > URL: https://issues.apache.org/jira/browse/SOLR-2675 > Project: Solr > Issue Type: Improvement > Components: multicore > Affects Versions: 4.0 > Reporter: Yury Kats > Attachments: SOLR-2675.patch, coreadmin.patch > > > When crating cores through solr.xml, I am able to specify custom > properties, to be referenced in solrconfig.xml. For example: > > > > > > > > > > There does not seem a way to specify such properties when creating cores through the CoreAdminHandler request. > CoreAdminHandler#handleCreateAction always calls dcore.setCoreProperties(null); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org