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

Hoss Man commented on SOLR-2445:
--------------------------------

that's a fairly old static, probably from before we even supported 
default="true"

the important thing is that it's just the *name* of the what solr will look for 
when trying to find a default, it doesn't garuntee that one will exist with 
that name if the user doesn't define it.

as the wiki says: if there is no default, and none are declared with the name 
"standard" it uses an anonymous object instance.

but with the code you commited, the user has no choice -- they *have* to have 
one named "standard" (even if they deliberately don't want one, and already 
have  a different one with the default="true" option)

> unknown handler: standard
> -------------------------
>
>                 Key: SOLR-2445
>                 URL: https://issues.apache.org/jira/browse/SOLR-2445
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4.1, 3.1, 3.2, 4.0
>            Reporter: Koji Sekiguchi
>            Assignee: Koji Sekiguchi
>            Priority: Minor
>             Fix For: 3.2, 4.0
>
>         Attachments: SOLR-2445.patch
>
>
> To reproduce the problem using example config, go form.jsp, use standard for 
> qt (it is default) then click Search.

--
This message is automatically generated by JIRA.
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