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/11 19:38:10 UTC

[11/15] lucene-solr:branch_6x: 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/0b9c0dd5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0b9c0dd5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0b9c0dd5

Branch: refs/heads/branch_6x
Commit: 0b9c0dd52275a5bd9cf4d35d32eecf777e7d744d
Parents: 88c761b
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Jun 1 18:54:55 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Sat Jun 11 14:07:05 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0b9c0dd5/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 425d6e2..0935333 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -45,6 +45,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-7163: refactor GeoRect, Polygon, and GeoUtils tests to geo