Index: JRE_VERSION_MIGRATION.txt
===================================================================
--- JRE_VERSION_MIGRATION.txt	(revision 0)
+++ JRE_VERSION_MIGRATION.txt	(revision 0)
@@ -0,0 +1,9 @@
+If possible, use the same major JRE version at both index and search time.
+When upgrading to a different JRE version, consider re-indexing. 
+
+Different JRE versions may implement different versions of the Unicode Standard, 
+which will change the way some parts of Lucene treats your text.
+
+For example: with Java 1.4, LetterTokenizer will split around the character U+02C6,
+but with Java 5 it will not.
+This is because Java 1.4 implements Unicode 3, but Java 5 implements Unicode 4.

Property changes on: JRE_VERSION_MIGRATION.txt
___________________________________________________________________
Added: svn:eol-style
   + native

