In answer to your actual question: "geo" is a "request handler" that is
configured in solrconfig.xml. I don't know what it needs. The LocalSolr
stuff should supply samples of how to change solrconfig.xml and schema.xml.
Lance
PeterKerk wrote:
I've configured LocalSolr according to description on this page:
http://www.gissearch.com/localsolr
I use Solr 1.4.1.
I've compiled the LocalSolr jars and put them in the Solr lib:
\apache-solr-1.4.1\example\solr\lib
The lib folder didnt exist so I created it and put the LocalSolr jars in
there.
But when I execute the query:
http://localhost:8983/solr/db/select/?indent=on&facet=true&fl=id,lat,lng,title&q=*:*&qt=geo&lat=51.8316819&long=5.815154&radius=500
I get the error:
HTTP ERROR: 400
unknown handler: geo
RequestURI=/solr/db/select/