Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 30347 invoked from network); 5 Apr 2010 22:11:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Apr 2010 22:11:57 -0000 Received: (qmail 38840 invoked by uid 500); 5 Apr 2010 22:11:54 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 38810 invoked by uid 500); 5 Apr 2010 22:11:54 -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 38802 invoked by uid 99); 5 Apr 2010 22:11:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Apr 2010 22:11:54 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of goksron@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Apr 2010 22:11:49 +0000 Received: by qw-out-2122.google.com with SMTP id 8so1329168qwh.53 for ; Mon, 05 Apr 2010 15:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zCY0MRWz3ngo8UFEMOB4DuvgQpD6PwsiWxAfawDUQu8=; b=mFMW+hXeSbZeABIv7JzX/F5PI19voYgRe4YoKLr/ndeZLKr06xSrkSxtZ8jkIh2RP5 16otNEAnZCMpj6rWXQuQR/8EnxvHmgY844bZG+rlnsSpwi3Ket/4Olqr2fkVxxOfCDuQ dZ58YxAgddOfaNqsAWlRsboxyNERcV9ygH9ms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=MHqSgYbilxxIWBy7iRYmwAP2Y5j1jjGuLpjfWZlrhfncwvF/NkMKvoKVIDgk6fxhZS oP69dI26rwdgzFVjvokYd2RuPsNkaF8AEHGIgS7AmGn2by0ZelwHBNIpswyJ75w1y1kI bZhXP1EIiGl9zu7Sh0isNSprXwvlUiR2lIIFI= MIME-Version: 1.0 Received: by 10.229.193.7 with HTTP; Mon, 5 Apr 2010 15:11:25 -0700 (PDT) In-Reply-To: <4BBA238C.4000900@elyograg.org> References: <4BBA238C.4000900@elyograg.org> Date: Mon, 5 Apr 2010 15:11:25 -0700 Received: by 10.229.99.143 with SMTP id u15mr4449838qcn.105.1270505486039; Mon, 05 Apr 2010 15:11:26 -0700 (PDT) Message-ID: Subject: Re: including external files in config by corename From: Lance Norskog To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Making snippets is part of highlighting. http://www.lucidimagination.com/search/s:lucid/li:cdrg?q=3Dsnippet On Mon, Apr 5, 2010 at 10:53 AM, Shawn Heisey wrote: > Is it possible to access the core name in a config file (such as > solrconfig.xml) so I can include core-specific configlets into a common > config file? =C2=A0I would like to pull in different configurations for t= hings > like shards and replication, but have all the cores otherwise use an > identical config file. > > Also, I have been looking for the syntax to include a snippet and haven't > turned anything up yet. > > Thanks, > Shawn > > --=20 Lance Norskog goksron@gmail.com