Solr Fuzzy Search Example

Solr Fuzzy Search Example

1. Overview Solr supports fuzzy search based on Damerau-Levenshtein Distance or Edit Distance algorithm. Fuzzy searches discover terms that are similar to a specified term without necessarily being an exact match…

Read More