rmuir commented on issue #12067: URL: https://github.com/apache/lucene/issues/12067#issuecomment-1377199993
If you use a different field name for the lowercased version, then you won't have an issue. For example `description_lowercase`. The problem is that you call it `description` so lucene expects it to be consistent. This is for performance reasons, so it can use all the datastructures available. -- 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