You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/06/05 09:51:16 UTC

[15/19] lucene-solr:master: sequence numbers: add CHANGES entry

sequence numbers: add CHANGES entry


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

Branch: refs/heads/master
Commit: dbd2a9e5f479489e988b25e7e6f1cafc718e4bb5
Parents: d44f87d
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Jun 1 18:54:55 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Jun 1 18:54:55 2016 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/dbd2a9e5/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 96f5ae9..d31456f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -30,6 +30,10 @@ New Features
   applicable and supported when copying files from another FSDirectory in 
   Directory#copyFrom. (Simon Willnauer)
 
+* LUCENE-73012: IndexWriter methods that change the index now return a
+  long "sequence number" indicating the effective equivalent
+  single-threaded execution order (Mike McCandless)
+
 API Changes
 
 * LUCENE-7184: Refactor LatLonPoint encoding methods to new GeoEncodingUtils