Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 17164 invoked from network); 19 Oct 2009 16:12:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Oct 2009 16:12:47 -0000 Received: (qmail 30933 invoked by uid 500); 19 Oct 2009 16:12:47 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 30868 invoked by uid 500); 19 Oct 2009 16:12:47 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 30859 invoked by uid 99); 19 Oct 2009 16:12:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 16:12:47 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 16:12:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 522AC2388865; Mon, 19 Oct 2009 16:12:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r826712 - /lucene/solr/trunk/example/README.txt Date: Mon, 19 Oct 2009 16:12:16 -0000 To: solr-commits@lucene.apache.org From: yonik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091019161216.522AC2388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yonik Date: Mon Oct 19 16:12:15 2009 New Revision: 826712 URL: http://svn.apache.org/viewvc?rev=826712&view=rev Log: docs - note about SolrCell jars being referenced outside of example Modified: lucene/solr/trunk/example/README.txt Modified: lucene/solr/trunk/example/README.txt URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/README.txt?rev=826712&r1=826711&r2=826712&view=diff ============================================================================== --- lucene/solr/trunk/example/README.txt (original) +++ lucene/solr/trunk/example/README.txt Mon Oct 19 16:12:15 2009 @@ -24,13 +24,19 @@ http://localhost:8983/solr/admin/ -To add documents to the index, use the post.sh script in -the exampledocs subdirectory (while Solr is running), -for example: +To add documents to the index, use the post.sh script in the exampledocs +subdirectory (while Solr is running), for example: cd exampledocs ./post.sh *.xml See also README.txt in the solr subdirectory, and check -http://wiki.apache.org/solr/SolrResources for a list of -tutorials and introductory articles. +http://wiki.apache.org/solr/SolrResources for a list of tutorials and +introductory articles. + +NOTE: This Solr example server references SolrCell jars outside of the server +directory with statements in the solrconfig.xml. If you make a copy of +this example server and wish to use the ExtractingRequestHandler (SolrCell), +you will need to copy the required jars into solr/lib or update the paths to +the jars in your solrconfig.xml. +