: I'd like to have a handler that 1) executes a query, 2) provides spelling : suggestions for incorrectly spelled words, and 3) if the original query : returns 0 results, return results based on the spell check suggestions. : : 1 & 2 are straight forward using the SpellCheckComponent, but I can't figure : out 3 without writing custom code. Can I do it with just configuration : settings?
i don't think so ... you'd need to write a new RequestHandler (or maybe a SearchComponent ... could subclass QueryComponent?) to do this. -Hoss