jtibshirani commented on a change in pull request #104: URL: https://github.com/apache/lucene/pull/104#discussion_r620480117
########## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90VectorReader.java ########## @@ -199,40 +229,53 @@ public void checkIntegrity() throws IOException { @Override public VectorValues getVectorValues(String field) throws IOException { - FieldInfo info = fieldInfos.fieldInfo(field); - if (info == null) { + FieldEntry fieldEntry = fields.get(field); Review comment: I'll try to fix this before merging (for both vector-related methods). -- 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