Contents

Solr Notes

  • jsonp with jquery
jQuery.ajax({
  url: mySolrUrl,
  data: myQueryParameters,
  success: mySuccessCallback,
  dataType: "jsonp",
  jsonp: "json.wrf""
});
  • custom field name
fl=price:price_pl

參考

Tags// ,
More Reading
Newer// Pure-FTPd Notes