You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/10/19 18:12:16 UTC

svn commit: r826712 - /lucene/solr/trunk/example/README.txt

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 <lib> 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.
+