s1monw commented on a change in pull request #616: LUCENE-8734: Record 
nextWriteGens in SegmentCommitInfo
URL: https://github.com/apache/lucene-solr/pull/616#discussion_r268152186
 
 

 ##########
 File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfos.java
 ##########
 @@ -124,7 +124,10 @@
   public static final int VERSION_72 = 8;
   /** The version that recorded softDelCount */
   public static final int VERSION_74 = 9;
-  static final int VERSION_CURRENT = VERSION_74;
+  /** The version that recorded nextWriteDocValuesGen */
+  public static final int VERSION_77 = 10;
 
 Review comment:
   hmm should this be `VERSION_81` instead?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to