Hello, we have spellcheck running, using the index as the dictionary. An odd 
use case came up today wanted to get your thoughts and see if what we 
determined is correct. Use case: User sends a query for q=brokerage, spellcheck 
fires and returns "brokerage". Looking at the output I see that solr must have 
pulled the root word "brokage" then spellcheck said hey I need to fix that. Is 
that correct? There's no issue, it's just an unexpected outcome. Thanks!

"q":"brokerage",
"spellcheck":{
    "suggestions":
    [
      {"name":"brokage",{
        "type":"str","value":"numFound":1,
        "startOffset":0,
        "endOffset":9,
        "suggestion":["brokerage"]}}],
    "collations":
    [
      {"name":"collation","type":"str","value":"brokerage"}]}}

Brett Moyer
*************************************************************************
This e-mail may contain confidential or privileged information.
If you are not the intended recipient, please notify the sender immediately and 
then delete it.

TIAA
*************************************************************************

Reply via email to