I am trying to do a fuzzy search for \"jahngir\" ~ 0.2, which does not return any results. My indexes has records with data \"JAHANGIR RAHMAN MD\". If I try a search with exa
In order to get Fuzzy Searches to work, you will need to enable the correct Stemming and/or Filter Factory for your desired language. Please see the Langauge Analysis topic on the Solr Wiki for more details.
Edit: Please see Analyzers, Tokenizers and Token Filters for more details on the different ways of indexing your data and how this impacts the search of your data.