Author: yonik
Date: Sun Mar 21 21:36:42 2010
New Revision: 925903

URL: http://svn.apache.org/viewvc?rev=925903&view=rev
Log:
docs: clarify that ramdir doesn't work w/ replication

Modified:
    lucene/solr/branches/newtrunk/solr/example/solr/conf/solrconfig.xml

Modified: lucene/solr/branches/newtrunk/solr/example/solr/conf/solrconfig.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/branches/newtrunk/solr/example/solr/conf/solrconfig.xml?rev=925903&r1=925902&r2=925903&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/solr/example/solr/conf/solrconfig.xml 
(original)
+++ lucene/solr/branches/newtrunk/solr/example/solr/conf/solrconfig.xml Sun Mar 
21 21:36:42 2010
@@ -81,7 +81,7 @@
 
   <!--  The DirectoryFactory to use for indexes.
         solr.StandardDirectoryFactory, the default, is filesystem based.
-        solr.RAMDirectoryFactory is memory based and not persistent. -->
+        solr.RAMDirectoryFactory is memory based, not persistent, and doesn't 
work with replication. -->
   <directoryFactory name="DirectoryFactory" 
class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/>
 
 


Reply via email to