: > A roundabout way of asking: how can I fire off *just* a spell check query?
: I don't think it is possible with SpellCheckComponent. But note that only
maybe i'm missing something, but why can't you just say...
<requestHandler name="/spellCheckCompRH" class="solr.SearchHandler">
<arr name="components">
<str>spellcheck</str>
</arr>
</requestHandler>
...i havne't tried it, but there's no reason i know of for
SpellcheckComponent to be dependent on QueryComponent, so it should work.
if it doesn't that seems like a bug.
-Hoss