Changing "x" to "y" (e.g., "s2" to "sII") is not a function of "spell check"
or "suggestion".
Synonyms are a closer match, but can be difficult to configure properly.
Good luck.
You may be better off preprocessing the query at the application level and
then generating the appropriate boolean logic, such as: "(s2 OR sII)".
-- Jack Krupansky
-----Original Message-----
From: Rohan Thakur
Sent: Thursday, February 07, 2013 8:24 AM
To: solr-user@lucene.apache.org
Subject: solr file based spell suggestions
hi all
I wanted to know how can I apply file based dictionary for spell
suggestions such that if I search for s2 in the query it would take it as
sII which also represent same thing in my indexed field...but as in search
it can also be interpreted as s2 please help anyone...
thanks
regards
Rohan