Hi, Totally a Solr newbie here. The docs and list have been helpful but I have a question on lowercase / case insensitive search. Do you really need to have another field (copied or not) to retain the original casing of a field?
So let's say I have a field with a type that is lowercased during index and query time, where can I pull out the original string (non-lowercased) from the response? Should copyfield be used? Thanks, R