mocobeta commented on a change in pull request #1449: URL: https://github.com/apache/lucene-solr/pull/1449#discussion_r413662067
########## File path: lucene/JRE_VERSION_MIGRATION.md ########## @@ -19,16 +19,16 @@ For reference, JRE major versions with their corresponding Unicode versions: * Java 8, Unicode 6.2 * Java 9, Unicode 8.0 -In general, whether or not you need to re-index largely depends upon the data that +In general, whether you need to re-index largely depends upon the data that you are searching, and what was changed in any given Unicode version. For example, -if you are completely sure that your content is limited to the "Basic Latin" range +if you are completely sure your content is limited to the "Basic Latin" range of Unicode, you can safely ignore this. ## Special Notes: LUCENE 2.9 TO 3.0, JAVA 1.4 TO JAVA 5 TRANSITION * `StandardAnalyzer` will return the same results under Java 5 as it did under Java 1.4. This is because it is largely independent of the runtime JRE for -Unicode support, (with the exception of lowercasing). However, no changes to +Unicode support, (except for lowercasing). However, no changes to Review comment: My linter complained, so fixed the phrasing as it suggested; can be reverted. ---------------------------------------------------------------- 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