Author: yonik
Date: Mon Sep 21 19:15:54 2009
New Revision: 817378

URL: http://svn.apache.org/viewvc?rev=817378&view=rev
Log:
add comment about logging and -server mode for benchmarking

Modified:
    lucene/solr/trunk/example/solr/conf/schema.xml

Modified: lucene/solr/trunk/example/solr/conf/schema.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/schema.xml?rev=817378&r1=817377&r2=817378&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Mon Sep 21 19:15:54 2009
@@ -41,6 +41,8 @@
     catchall "text" field, and use that for searching.
   - For maximum indexing performance, use the StreamingUpdateSolrServer
     java client.
+  - Remember to run the JVM in server mode, and use a higher logging level
+    that avoids logging every request
 -->
 
 <schema name="example" version="1.2">


Reply via email to