Re: FE Integration with JSON

2014-03-27 Thread Shawn Heisey
On 3/27/2014 2:11 AM, Bernhard Prange wrote: I am looking for a simple solution to construct a frontend search. The search provider just gave me a JSON Url. Anybody has a simple guide or some snippets for that? There are no details here. What specifically do you need help with? Presumably

Re: FE Integration with JSON

2014-03-27 Thread Bernhard Prange
right :) Thanks Shawn. It is the Frontend of a Webpage. (HTML5). The search provider offers me an URL where I get a query result of solr (in JSON). That's what I have. What I need is a How to for the UI rendering of this file. (And the search query functionality). The SOLR Server is on a

Re: FE Integration with JSON

2014-03-27 Thread Alexandre Rafalovitch
Still not enough details. But let me try to understand: There is a third party provider. They are exposing Solr directly to the internet and you have a particular query that returns Solr results in JSON form. You want to know if there are libraries/components that will know how to parse that