News

Solr has a HTTP/JSON-based API. However, it isn’t exactly a REST API because it doesn’t really follow any of the rules for a well-defined REST interface. I whine about this sometimes.
When we ask the SpaceX REST API for the land pad data, the size of the JSON array returned is 8.18 KB. Remember, the REST API has to return all the fields, all the time. The efficiency GraphQL ...