Solr Notes
13/Nov 2013
- jsonp with jquery
jQuery.ajax({
url: mySolrUrl,
data: myQueryParameters,
success: mySuccessCallback,
dataType: "jsonp",
jsonp: "json.wrf""
});
- custom field name
fl=price:price_pl
jQuery.ajax({
url: mySolrUrl,
data: myQueryParameters,
success: mySuccessCallback,
dataType: "jsonp",
jsonp: "json.wrf""
});
fl=price:price_pl