Hi, Would like to check, how do we implement character proximity searching that's in terms of percentage with regards to the length of the word, instead of a fixed number of edit distance (characters)?
For example, if we have a proximity of 20%, a word with 5 characters will have an edit distance of 1, and a word with 10 characters will automatically have an edit distance of 2. Will Solr be able to do that for us? Regards, Edwin