Hi,
You can to send "wt" param to Solr such as follow:
&wt=json or &wt=phps
In the first case, Solr result are retorned in JSON format response and
the second case, are returned in PHP serialized format.
Regards.
El 19/07/11 15:46, serenity keningston escribió:
Hi,
I installed Solr 3.2 and able to search results successfully from the
crawled data, however , I would like to develop UI for the http or json
response. Can anyone guide me with the tutorial or sample ?
I referred few thing like Ajax Solr but am not sure how to do the things.
Serenity