Ah, didn't tumble to that....

Not that I know of. I suspect that the way to handle this would be
to catch the response and inspect it and then fire off a second
query yourself in the middleware layer. That gives you the chance
to form the response page that the user sees and clearly show
that that you did something other than what they requested, even
though what they requested was nonsense.....

Best
Erick

On Sat, Jan 1, 2011 at 9:23 AM, TxCSguy <markefonte...@gmail.com> wrote:

>
>
>
> Thanks for the Reply Erick.  I read through the link you provided as well
> as
> http://wiki.apache.org/solr/TermsComponent
> http://wiki.apache.org/solr/TermsComponent  but that doesn't seem to be
> what
> I'm looking for.  If a user searches for "pell", is there a way to have
> SOLR
> modify the query such that the highest-ranked spell correction ("dell" in
> this example) is search for by the query component rather than "pell".
> Right
> now, it seems that all that is happening is that "dell" is being returned
> as
> a suggestion, but the query component is still searching with "pell".
>
> Thanks in advance!
>
> -Mark
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2176048.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to