i am able to do fuzzy search on single word in solr for example the paragraph indexed in solr is :
my name is tarek abouzeid and i am testting the big data technology .
for example i can apply fuzzy search on the word testing like this :
testing~0.6 ==> i get the paragraph normally
but what if i want to apply fuzzy search on the phrase "tarek abouzeid" with fuzzy value 0.6 ?
thanks in advance