I don't see that problem with a fresh, unmodified 3.6 using example. The qt
parameter doesn't show up in the query URL unless I modify the Request
Handler to something other than "/select".
Here's the query URL I get:
http://localhost:8983/solr/select?indent=on&version=2.2&q=gps&fq=&start=0&rows=10&fl=*%2Cscore&wt=&explainOther=&hl.fl=
Have you modified your solrconfig, for example requestDispatcher,
handleSelect, the /select request handler, etc.?
-- Jack Krupansky
-----Original Message-----
From: Robert Petersen
Sent: Monday, May 07, 2012 1:44 PM
To: solr-user@lucene.apache.org
Subject: solr admin form query (full interface) - unknown handler: select
Hi solr users and solr dev guys,
I just wanted to point out that the admin form in solr 3.6 seems to have
a bug in the 'full interface' link off 'Make a Query'... I couldn't
find any mention of this on markmail under solr-user so I thought I'd
bring it up. I just upgraded from solr 1.4 so I don't know if this was
an issue in previous 3.x versions of solr.
The full interface query form throws an error 'unknown handler: /select'
where it appears that there is no trailing '/' character in the url.
The qt parameter seems to cause problems also.
Form generated url:
http://<my server
url>:8983/solr/10000/select?indent=on&version=2.2&qt=%2Fselect&q=gps&fq=
&start=0&rows=10&fl=*%2Cscore&wt=&explainOther=&hl.fl=
If I manually fix the url and remove the qt parameter then it works of
course.
http://<my server
url>:8983/solr/10000/select/?indent=on&version=2.2&q=gps&fq=&start=0&row
s=10&fl=*%2Cscore&wt=&explainOther=&hl.fl=
I just wanted to mention this for the benefit of others.
Thanks,
Robi