On 2/2/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
LowerCaseAnalyzer does some tokenization (on whitespace i think ... i cna't remember off hte top of my head) you can also use the KeywordAnalyzer along with the LowerCaseFilter if you want the entire string left as a single token (for sorting perhaps)
Good point--I wasn't aware of the difference in behaviour. -Mike