I'm using solr to query a database to find UK postal codes. However, I can only find zip codes when they use capital letters, and I can't find them with lowercase letters. I was wondering if it's possible to set solr to be case-insensitive for zip codes or if not, is it possible to set the query so that it forces uppercase onto search.
Here's an example of the code. [Display(Name = "Zip / Postcode")] public string ZipCode { get; set; } -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html