> That seems to work. > > But why? Does string type not support > LowerCaseFilterFactory? Or KeywordTokenizerFactory?
From from apache-solr-1.4.0\example\solr\conf\schema.xml : "The StrField type is not analyzed, but indexed/stored verbatim." "solr.TextField allows the specification of custom text analyzers specified as a tokenizer and a list of token filters."