Hi,just noted that the deprecation use ... insteads in LowerCaseTokenizer (Lucene 3.3) refer to themselves instead of the new constructors with (Version...).
E.g. *@deprecated*use {@link #LowerCaseTokenizer(Reader)}instead.should be #LowerCaseTokenizer(Version, Reader). Same for the two other constructors.
Thanks, Rene