Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $.ajax({
  2. type: 'GET',
  3. url: 'http://solr.plunq.id:8984/solr/'+ url_Category +'/select',
  4. data: {q: "*:*", start: offset, rows: limit, wt: 'json', indent:'true', omitHeader:'true',fq:'{!geofilt%20pt='+ latitude +','+ longitude +'%20sfield=latlon%20d=5}'},
  5. contentType: 'application/json',
  6. dataType : 'json'
  7. }).done(function (result) {});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement