You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2018/09/01 21:24:51 UTC

lucene-solr:master: LUCENE-8267: adjust CHANGES.txt advise

Repository: lucene-solr
Updated Branches:
  refs/heads/master 606e529f9 -> d93c46ea9


LUCENE-8267: adjust CHANGES.txt advise


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

Branch: refs/heads/master
Commit: d93c46ea94dec612aa53e37d119fe34b5e8a828e
Parents: 606e529
Author: David Smiley <ds...@apache.org>
Authored: Sat Sep 1 17:24:44 2018 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Sat Sep 1 17:24:44 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d93c46ea/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f196db2..74d73b6 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -42,7 +42,7 @@ Upgrade Notes
 
 * LUCENE-8267: Memory codecs have been removed from the codebase (MemoryPostings,
   MemoryDocValues). If you used postingsFormat="Memory" or docValuesFormat="Memory"
-  switch to "Direct" instead. (Dawid Weiss)
+  then either remove it to use the default or experiment with one of the others. (Dawid Weiss)
 
 * SOLR-12586: The date format patterns used by ParseDateFieldUpdateProcessorFactory (present in "schemaless mode")
   are now interpreted by Java 8's java.time.DateTimeFormatter instead of Joda Time.  The pattern language is very