rclabo commented on issue #403: URL: https://github.com/apache/lucenenet/issues/403#issuecomment-765396539
@NightOwl888 Never mind. I think I understand now. Even when opening the index for writing by creating a new `IndexWriter` with `OpenMode.CREATE_OR_APPEND` if the index already exists then it's codec will be loaded dynamically based on the codec specified in the header, any codec specified in the `indexConfig.Codec` and passed to the `IndexWriter` will be ignored. The `indexConfig.Codec` is only used when creating a new index. ---------------------------------------------------------------- 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: [email protected]
