Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 92630 invoked from network); 3 Nov 2008 22:03:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 22:03:44 -0000 Received: (qmail 96796 invoked by uid 500); 3 Nov 2008 22:03:46 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 96767 invoked by uid 500); 3 Nov 2008 22:03:46 -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 96756 invoked by uid 99); 3 Nov 2008 22:03:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 14:03:46 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of goodieboy@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 22:02:30 +0000 Received: by nf-out-0910.google.com with SMTP id g16so1164889nfd.15 for ; Mon, 03 Nov 2008 14:03:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=w4vQjemPUYgUUOgwpLCmKp6f//FB8vM2DMEtmky+fK8=; b=DD3lRcDIOTO4pceSgbvRMYv7KPB0LfIBKWcWFxIZmGQn1DuacHdbvAx+NV503k4wJy OUfbLdWvGms1arRGUgYIrfCSvRGajiSGYHJ8P+PEogkzLia9IEZZcnrM7Gckwx+0BLvv dZnWK1YO8P6H3WlrVX1CB/Rn4j8Fcgdnsiwvs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ZM/SHuc81RIf50u9GH02fClleOpb8bv4623CfDNroRe4sE3JkhAiYSiIi08up4cNlB 5YJ2y2OxY+UzEXG3Eg5s9kKOwOQwXFGgWWLMfWnUjXS0Y9lp1x2bDWVZBV5bPf6jjayX Wl2mJCvIdy4cP7BJPmyejjndFkrS4sbnoFNKg= Received: by 10.103.176.20 with SMTP id d20mr274102mup.136.1225748349097; Mon, 03 Nov 2008 13:39:09 -0800 (PST) Received: by 10.103.1.10 with HTTP; Mon, 3 Nov 2008 13:39:09 -0800 (PST) Message-ID: Date: Mon, 3 Nov 2008 16:39:09 -0500 From: "Matt Mitchell" To: solr-user@lucene.apache.org Subject: Question about CoreContainer MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34422_15686233.1225748349074" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34422_15686233.1225748349074 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, i'm using CoreContainer in jRuby. I'd like my data directory to be the standard solr-home/data. But since CoreContainer == multi-core, I need to supply a core name. Is it possible to use CoreContainer without a "core"? is it possible to set the dataDir? Also, it seems that no matter what I set as the solr home, a "solr" directory always gets created in the same directory that I'm execuing my script. Thanks, Matt ------=_Part_34422_15686233.1225748349074--