> I have a couple of string fields. For some of them I want from my > application to be able to index a lowercased string but store the > original value. Is there some way to do this? Or would I have to come > up with a new field type and implement an analyzer?
I think I should be able to do what I want to do with solr.PatternReplaceCharFilterFactory. /Tim