It must be Friday. I can't figure out why there is no collation value:

{
  "responseHeader":{
    "status":0,
    "QTime":31,
    "params":{
      "spellcheck":"on",
      "spellcheck.collateParam.qf":"BUS_BUSINESS_NAME",
      "spellcheck.maxResultsForSuggest":"5",
      "spellcheck.maxCollations":"3",
      "spellcheck.maxCollationTries":"30",
      "qf":"BUS_BUSINESS_NAME_PHRASE",
      "q.alt":"*:*",
      "spellcheck.collate":"true",
      "spellcheck.onlyMorePopular":"false",
      "defType":"edismax",
      "debugQuery":"true",
      "echoParams":"all",
      "spellcheck.count":"10",
      "spellcheck.alternativeTermCount":"10",
      "indent":"true",
      "q":"Mi Next Promo",
      "wt":"json"}},
  "response":{"numFound":0,"start":0,"maxScore":0.0,"docs":[]
  },
  "spellcheck":{
    "suggestions":[
      "mi",{
        "numFound":10,
        "startOffset":0,
        "endOffset":2,
        "suggestion":["mr",
          "mp",
          "mid",
          "mix",
          "mb",
          "mj",
          "my",
          "md",
          "mc",
          "ma"]},
      "next",{
        "numFound":3,
        "startOffset":3,
        "endOffset":7,
        "suggestion":["nest",
          "news",
          "neil"]},
      "promo",{
        "numFound":4,
        "startOffset":8,
        "endOffset":13,
        "suggestion":["photo",
          "prime",
          "pronto",
          "prof"]}]},

The actual business name is "My Next Promo" which I'm hoping would be the 
collation value.

Thanks,

Corey

Reply via email to