[ 
https://issues.apache.org/jira/browse/SOLR-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man reopened SOLR-2445:
----------------------------


wait a minute ... there's no requirement that a handler named "standard" exist, 
nor is there any reason why solr should create a handler with that name 
automagically for you. (we already create one anonymous handler instance)

All the docs have ever said is that *if* you declare a handler named "standard" 
then it will be used if no qt is specified, and no handler is marked 
default="true"

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

I deliberately removed the example usage of name="standard" from the example 
solrconfig.xml to simplify the confusion that people have about the way 
name="standard" and default=true" interact.

If the problem here is that form.jsp defaults to listing "standard" for the 
"qt" param, then the fix is to change form.jsp and leave that box blank.

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

Reply via email to