I am in the middle of implementing the SOLR suggestion tool for our 
auto-suggest.  I think I have everything setup, but I want the suggester to 
"suggest" terms that are in a payloads field for us.  I have the suggestions 
returning correctly, but I want to eliminate the Payload field from the 
response.  See here (I would like to strip the "|100)":

 "spellcheck": {
    "suggestions": [
      "loj",
      {
        "numFound": 2,
        "startOffset": 1,
        "endOffset": 4,
        "suggestion": [
          "lojas de artigos esportivos|100",
          "lojas"


Is there a particular filter that can strip that for me?

Thanks! 

Jeff


Reply via email to