mayya-sharipova commented on a change in pull request #11: URL: https://github.com/apache/lucene/pull/11#discussion_r598287479
########## File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java ########## @@ -130,127 +167,252 @@ public boolean checkConsistency() { } } - if (pointDimensionCount < 0) { + if (docValuesType == null) { + throw new IllegalStateException("DocValuesType must not be null (field: '" + name + "')"); Review comment: Addressed in 6dc9f27 and 55fa8c8 -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org