Constantin Mitocaru created SOLR-7072:
-----------------------------------------

             Summary: Multiple mlt.fl does not work
                 Key: SOLR-7072
                 URL: https://issues.apache.org/jira/browse/SOLR-7072
             Project: Solr
          Issue Type: Bug
          Components: clients - java
    Affects Versions: 4.10.1
         Environment: Win7 64bit/JDK8
            Reporter: Constantin Mitocaru


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

{noformat}
mlt.fl=categories,tags,vtext
{noformat}

It works.

HOWEVER
{noformat}
mlt.fl=categories&mlt.fl=tags&mlt.fl=vtext
{noformat}
Does not work!

MOREOVER
The solrJ client seems to turn this line

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

into this

{noformat}
mlt.fl=categories&mlt.fl=tags&mlt.fl=vtext
{noformat}

Which, of course, does not work






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to