Re: Getting solr response data in a JS query

2010-01-11 Thread James McKinney
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-

Re: solrjs

2009-12-12 Thread James McKinney
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

Re: how to use ajax-solr - example?

2009-12-12 Thread James McKinney
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