dnhatn commented on code in PR #842:
URL: https://github.com/apache/lucene/pull/842#discussion_r861098734


##########
lucene/core/src/java/org/apache/lucene/index/FieldInfos.java:
##########
@@ -350,6 +360,11 @@ static final class FieldNumbers {
       this.omitNorms = new HashMap<>();
       this.storeTermVectors = new HashMap<>();
       this.softDeletesFieldName = softDeletesFieldName;
+      this.strictlyConsistent = indexCreatedVersionMajor >= 9;
+    }
+
+    FieldNumbers(String softDeletesFieldName) {

Review Comment:
   +1, fixed in 
https://github.com/apache/lucene/pull/842/commits/10c110500e4d0f78fcdf0b167e4061025d6b6927



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to