Bill Bell created LUCENE-4475:
---------------------------------

             Summary: eDismax boost on multiValued fields
                 Key: LUCENE-4475
                 URL: https://issues.apache.org/jira/browse/LUCENE-4475
             Project: Lucene - Core
          Issue Type: Bug
    Affects Versions: 4.0
            Reporter: Bill Bell


Replace bq with boost, but we
get the "multi-valued field issue" when we try to do the equivalent queriesŠ
HTTP ERROR 400
Problem accessing /solr/providersearch/select. Reason:
    can not use FieldCache on multivalued field: specialties_ids
q=*:*bq=multi_field:87^2&defType=dismax

How do you do this using boost?

q=*:*&boost=multi_field:87&defType=edismax

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to