I have a problem with SOLR searching. When i`am searching query: dog* everything is ok, but when query is Dog*(with first capital letter), i get no results. Any advice? My confi
Received answer on another resource. The problem is: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters"On wildcard and fuzzy searches, no text analysis is performed on the search word."
Hope, this will help someone.
Have you tried using EdgeNGrams? See my answer to question 2413946.