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

Yonik Seeley commented on SOLR-3303:
------------------------------------

http://wiki.apache.org/solr/SolrQuerySyntax

In standard Solr search handlers, the defType param can be used to specify the 
default type of the main query (ie: the q param) but it only affects the main 
query -- The default type of all other query parameters will remain "lucene".

You explicitly specified the query type as "boost" via your use of q={!boost...}
                
> defType param completely ignored
> --------------------------------
>
>                 Key: SOLR-3303
>                 URL: https://issues.apache.org/jira/browse/SOLR-3303
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.5
>            Reporter: BrĂ¡ulio Bhavamitra
>            Priority: Critical
>
> I've reproduced this bug using the geodist ordering.
> 'defType' is being completely ignored, and it don't change nothing with 'qt' 
> added or not.
> I'm supposing that in later case defType must be informed, cause edismax (or 
> dismax) is not default.
> The correct behaviour is expected when not using qt (defaulting to the 
> default handler with no default defType value specified in solrconfig.xml) 
> and using defType would make the query work.

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