AJAX Solr does more or less the following:
jQuery.getJSON('http://localhost:8983/solr/select/?q=*:*&wt=json&json.wrf=?',
{}, function (data) {
// do something with data, which is the eval'd JSON response
});
--
View this message in context:
http://old.nabble.com/Getting-solr-response-data-in-a-
The documentation has been massively expanded, and a demo site has been
created:
Demo: http://evolvingweb.github.com/ajax-solr/examples/reuters/index.html
Docs: http://evolvingweb.github.com/ajax-solr/
Although it took a while, the documentation is more thorough than SolrJS's
had been.
James
It seems the OP has found what he wanted, but just to clarify and update:
The AJAX Solr documentation has been massively expanded, and a demo site has
been created:
Demo: http://evolvingweb.github.com/ajax-solr/examples/reuters/index.html
Docs: http://evolvingweb.github.com/ajax-solr/
AJAX Solr