iverase opened a new issue, #13459: URL: https://github.com/apache/lucene/issues/13459
We currently have in FieldInfos the following maps: ``` this.indexOptions = new HashMap<>(); this.docValuesType = new HashMap<>(); this.dimensions = new HashMap<>(); this.vectorProps = new HashMap<>(); ``` This maps are updated and read together so it feels wasteful to have separate maps for each one. They can get pretty big too when there is lost of fields. I wonder if we can simplified them into one map. -- 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.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