s1monw commented on a change in pull request #1573: URL: https://github.com/apache/lucene-solr/pull/1573#discussion_r439803910
########## File path: lucene/core/src/java/org/apache/lucene/index/FreqProxTermsWriterPerField.java ########## @@ -207,8 +202,6 @@ public void newPostingsArray() { @Override ParallelPostingsArray createPostingsArray(int size) { - IndexOptions indexOptions = fieldInfo.getIndexOptions(); - assert indexOptions != IndexOptions.NONE; Review comment: I moved it in a better place in the ctor of the base class. I think that's enough? ---------------------------------------------------------------- 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