I am using Lucene 4.4 and I have a project to do. In that project all non-letters must be removed and all upper-case letters must be converted to lower-case. I know that there is an analyzer for removing non-letters.
But is there an analyzer in Lucene to both removes all non-letters and converts all upper-cases to lower-case?
Cheers.