iverase commented on code in PR #13460: URL: https://github.com/apache/lucene/pull/13460#discussion_r1629276194
########## lucene/core/src/java/org/apache/lucene/index/FieldInfos.java: ########## @@ -701,9 +684,7 @@ synchronized Set<String> getFieldNames() { synchronized void clear() { numberToName.clear(); nameToNumber.clear(); - indexOptions.clear(); - docValuesType.clear(); - dimensions.clear(); + fieldProperties.clear(); Review Comment: There is maybe a bug that we don't clear vectorProps hashmap? -- 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