Bill Bell created SOLR-3930:
-------------------------------

             Summary: eDismax Multivalued boost
                 Key: SOLR-3930
                 URL: https://issues.apache.org/jira/browse/SOLR-3930
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.0
            Reporter: Bill Bell


Want to 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

We know we can use bq with edismax, but we like the "multiply" feature of
boost.

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

Reply via email to