Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SolJSON" page has been changed by MatthewSimoneau.
The comment on this change is: Update link..
http://wiki.apache.org/solr/SolJSON?action=diff&rev1=18&rev2=19

--------------------------------------------------

  == JSON Query Response Format ==
  Solr can return the result of a query in [[http://www.json.org/|JSON]] rather 
than the default XML format.  This is enabled via the request parameter 
{{{wt=json}}}
  
- Variations of the JSON format are supported for [[SolPython|Python]] and 
[[SolRuby|Ruby]].
+ Variations of the JSON format are supported for [[SolPython|Python]] and 
[[Ruby Response Format|Ruby]].
  
  Example JSON output:
  
http://localhost:8983/solr/select/?q=video&indent=on&hl=true&hl.fl=name,features&facet=true&facet.field=cat&facet.mincount=1&wt=json

Reply via email to