Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - Spell Check Handler


Copy link to this message
-
Re: Spell Check Handler
Pieter Berkel 2007-08-11, 05:19
On 11/08/07, climbingrose <[EMAIL PROTECTED]> wrote:
>
> The spellchecker handler doesn't seem to work with multi-word query. For
> example, when I tried to spellcheck "Java developar", it returns nothing
> while if I tried "developar", spellchecker correctly returns "developer".
> I
> followed the setup on the wiki.
While I suppose the general case for using the spelling checker would be a
query containing a single misspelled word, it would be quite useful if the
handler applied the analyzer specified by the termSourceField fieldType to
the query input and then checked the spelling of each query token. This
would seem to be the most flexible way of supporting multi-word queries
(provided the termSourceField didn't use any stemmer filters I suppose).

Piete