From solr-user-return-145290-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed Dec 5 12:18:51 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BF79318062B for ; Wed, 5 Dec 2018 12:18:50 +0100 (CET) Received: (qmail 46232 invoked by uid 500); 5 Dec 2018 11:18:48 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 46205 invoked by uid 99); 5 Dec 2018 11:18:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2018 11:18:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D5EA3C0656 for ; Wed, 5 Dec 2018 11:18:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.284 X-Spam-Level: ** X-Spam-Status: No, score=2.284 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6XEgOXDE5nQ1 for ; Wed, 5 Dec 2018 11:18:45 +0000 (UTC) Received: from n3.nabble.com (n3.nabble.com [162.255.23.22]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 238E260F9E for ; Wed, 5 Dec 2018 11:08:40 +0000 (UTC) Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id D320E10A14113 for ; Wed, 5 Dec 2018 04:08:33 -0700 (MST) Date: Wed, 5 Dec 2018 04:08:33 -0700 (MST) From: "O. Klein" To: solr-user@lucene.apache.org Message-ID: <1544008113862-0.post@n3.nabble.com> In-Reply-To: References: <1543848993804-0.post@n3.nabble.com> <1543852254957-0.post@n3.nabble.com> <1543920227095-0.post@n3.nabble.com> Subject: Re: Can I use configsets with custom stopwords per collection? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok. So with these suggestions, I found https://lucene.apache.org/solr/guide/6_6/configuring-solrconfig-xml.html#Configuringsolrconfig.xml-ImplicitCoreProperties So to test this I tried to use it in DIH as this has a similar issue with configsets as every collection needs its own DIH.properties. However does not work. Substituting ${solr.core.name} with core name, does work. Am I missing something? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html