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