Joel Nothman created SOLR-4035:
----------------------------------

             Summary: Expose makeDismax as a parameter to ExtendedDismaxQParser
                 Key: SOLR-4035
                 URL: https://issues.apache.org/jira/browse/SOLR-4035
             Project: Solr
          Issue Type: New Feature
          Components: query parsers
    Affects Versions: 4.0
            Reporter: Joel Nothman
            Priority: Trivial


The edismax query parser is much more than a parser of queries, a disjunction 
maximizer or the sum of those parts. Some users may wish to use, for example, 
its field level approach to boosting, but may not desire the dismax scoring, 
preferring the interpolated score of a boolean OR.

The ExtendedDismaxQueryParserPlugin is already able to produce such boolean 
queries, when ExtendedSolrQueryParser.makeDismax == false. This should be 
exposed as a query parameter.

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