Hi list. Is it possible to create a field type in solr that does not match with wildcard queries?
I want it to only match the complete string, so if I have indexed "foo123" and "foo234" i dont want "foo*" to match any of these. This does not work with just using the predefined "string" type. Any suggestions? Warm regards Erlend Hamnaberg