This is the package-description:

http://commons.apache.org/codec/api-release/org/apache/commons/codec/language/package-summary.html

However, there is no example given. Maybe you will find something by
searching in one of your favorite search engines.

Another solution for your problem might be N-Grams. 

For example Coldplay is split into::

cold play
oldp lay
ldpl ay
dpla y
play

If you are now searching for colplay (missing the d)
your query would be split into

colp lay
olpl ay
lplay
play

That makes two matches (->ay and play).

Have a look at the Edge-N-Gram-Filter.
Does this fit your needs?

Kind regards from German,
- Mitch
-- 
View this message in context: 
http://n3.nabble.com/Improving-my-Did-You-Mean-tp739848p740031.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to