mirror of https://github.com/apache/lucene.git
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:
parent
f011f9535b
commit
5f3e28a6f8
|
@ -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}"/>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue