SOLR-12927: fix ByteBuffersDirectoryFactory name

This commit is contained in:
Cassandra Targett 2018-11-13 08:37:10 -06:00
parent c80726d968
commit 95d01c6583
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ The default value of `maxShardsPerNode` is still `1`. It can be set to `-1` if t
*DirectoryFactory* *DirectoryFactory*
* Lucene has introduced the `ByteBuffersDirectory` as a replacement for the `RAMDirectoryFactory`, which will be removed in Solr 9. * Lucene has introduced the `ByteBuffersDirectoryFactory` as a replacement for the `RAMDirectoryFactory`, which will be removed in Solr 9.
+ +
While most users are still encouraged to use the `NRTCachingDirectoryFactory`, which allows Lucene to select the best directory factory to use, if you have explicitly configured Solr to use the `RAMDirectoryFactory`, you are encouraged to switch to the new implementation as soon as possible before Solr 9 is released. While most users are still encouraged to use the `NRTCachingDirectoryFactory`, which allows Lucene to select the best directory factory to use, if you have explicitly configured Solr to use the `RAMDirectoryFactory`, you are encouraged to switch to the new implementation as soon as possible before Solr 9 is released.
+ +