You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/11/13 14:38:02 UTC

lucene-solr:branch_7x: SOLR-12927: fix ByteBuffersDirectoryFactory name

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x dcb96dee0 -> a06e33e33


SOLR-12927: fix ByteBuffersDirectoryFactory name


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a06e33e3
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a06e33e3
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a06e33e3

Branch: refs/heads/branch_7x
Commit: a06e33e3376a86e94dea2df625471a0bed86a475
Parents: dcb96de
Author: Cassandra Targett <ct...@apache.org>
Authored: Tue Nov 13 08:37:10 2018 -0600
Committer: Cassandra Targett <ct...@apache.org>
Committed: Tue Nov 13 08:37:55 2018 -0600

----------------------------------------------------------------------
 solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a06e33e3/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
index da84bc3..900c394 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -76,7 +76,7 @@ The default value of `maxShardsPerNode` is still `1`. It can be set to `-1` if t
 
 *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.
 +