docs: clarify that ramdir doesn't work w/ replication

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-03-21 21:36:42 +00:00
parent f011f9535b
commit 5f3e28a6f8
1 changed files with 1 additions and 1 deletions

View File

@ -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}"/>