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

Multiple mlt.fl does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.10.1
    • 5.1, 6.0
    • clients - java
    • Win7 64bit/JDK8

    Description

      I tested the mlt component in Solr Admin query with this parameter

      mlt.fl=categories,tags,vtext
      

      It works.

      HOWEVER

      mlt.fl=categories&mlt.fl=tags&mlt.fl=vtext
      

      Does not work!

      MOREOVER
      The solrJ client seems to turn this line

      query.setParam( "mlt.fl", "categories", "tags", "vtext" );
      

      into this

      mlt.fl=categories&mlt.fl=tags&mlt.fl=vtext
      

      Which, of course, does not work

      Attachments

        1. SOLR-7072.patch
          12 kB
          Shalin Shekhar Mangar

        Activity

          People

            shalin Shalin Shekhar Mangar
            biliboc Constantin Mitocaru
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: