[ 
https://issues.apache.org/jira/browse/SOLR-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200199#comment-13200199
 ] 

Jan Høydahl commented on SOLR-2368:
-----------------------------------

Are you saying it would be possible to define something like this in 
solrconfig.xml

{code:xml}
<queryParser name="dismax" class="solr.ExtendedDismaxQParserPlugin">
  <lst name="defaults">
    <str name="uf">-*</str>
  </lst>
</queryParser>
{code}

And when someone says {{&defType=dismax}} it uses those defaults?

If so, that is simply a brilliant way to do it.
                
> Improve extended dismax (edismax) parser
> ----------------------------------------
>
>                 Key: SOLR-2368
>                 URL: https://issues.apache.org/jira/browse/SOLR-2368
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>            Reporter: Yonik Seeley
>              Labels: QueryParser
>
> This is a "mother" issue to track further improvements for eDismax parser.
> The goal is to be able to deprecate and remove the old dismax once edismax 
> satisfies all usecases of dismax.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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