You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Constantin Mitocaru (JIRA)" <ji...@apache.org> on 2015/02/04 09:31:35 UTC

[jira] [Created] (SOLR-7072) Multiple mlt.fl does not work

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org