$.getJSON( "http://[server]:[port]/solr/select/?jsoncallback=?", {"q": queryString, "version": "2.2", "start": "0", "rows": "10", "indent": "on", "json.wrf": "callbackFunctionToDoSomethingWithOurData", "wt": "json", "fl": "field1"} );
would you please explain what are queryString and "json.wrf": "callbackFunctionToDoSomethingWithOurData". and what if i want to change my query string each time. ----- Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-display-search-results-of-solr-in-to-other-application-tp3014101p3018740.html Sent from the Solr - User mailing list archive at Nabble.com.