Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-11334

UnifiedSolrHighlighter returns an error when hl.fl delimited by ", "

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 6.6
    • 8.6
    • highlighter
    • None
    • Ubuntu 17.04 (GNU/Linux 4.10.0-33-generic x86_64)
      Java HotSpot 64-Bit Server VM(build 25.114-b01, mixed mode)

    Description

      UnifiedSolrHighlighter(hl.method=unified) misjudge the zero-length string as a field name and returns an error when hl.fl delimited by ", "

      request:

      $ curl -XGET "http://localhost:8983/solr/techproducts/select?fl=name,%20manu&hl.fl=name,%20manu&hl.method=unified&hl=on&indent=on&q=corsair&wt=json"
      

      response:

      {
        "responseHeader":{
          "status":400,
          "QTime":8,
          "params":{
            "q":"corsair",
            "hl":"on",
            "indent":"on",
            "fl":"name, manu",
            "hl.fl":"name, manu",
            "hl.method":"unified",
            "wt":"json"}},
        "response":{"numFound":2,"start":0,"docs":[
            {
              "name":"CORSAIR ValueSelect 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - Retail",
              "manu":"Corsair Microsystems Inc."},
            {
              "name":"CORSAIR  XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System Memory - Retail",
              "manu":"Corsair Microsystems Inc."}]
        },
        "error":{
          "metadata":[
            "error-class","org.apache.solr.common.SolrException",
            "root-error-class","org.apache.solr.common.SolrException"],
          "msg":"undefined field ",
          "code":400}}
      

      DefaultHighlighter's response:

      {
        "responseHeader":{
          "status":0,
          "QTime":5,
          "params":{
            "q":"corsair",
            "hl":"on",
            "indent":"on",
            "fl":"name, manu",
            "hl.fl":"name, manu",
            "hl.method":"original",
            "wt":"json"}},
        "response":{"numFound":2,"start":0,"docs":[
            {
              "name":"CORSAIR ValueSelect 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - Retail",
              "manu":"Corsair Microsystems Inc."},
            {
              "name":"CORSAIR  XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System Memory - Retail",
              "manu":"Corsair Microsystems Inc."}]
        },
        "highlighting":{
          "VS1GB400C3":{
            "name":["<em>CORSAIR</em> ValueSelect 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - Retail"],
            "manu":["<em>Corsair</em> Microsystems Inc."]},
          "TWINX2048-3200PRO":{
            "name":["<em>CORSAIR</em>  XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System"],
            "manu":["<em>Corsair</em> Microsystems Inc."]}}}
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            dsmiley David Smiley
            yasufumi Yasufumi Mizoguchi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 20m
                20m

                Slack

                  Issue deployment