The solr docs say it is RESTful, yet it seems that it doesn't use http headers in a RESTful way. For example, it doesn't seem to use the Accept: request header to determine the media-type to be returned. Instead, it requires a query parameter to be used in the URL. Also, it doesn't seem to use return 304 Not Modified if the request header "if-modified-since" is used.
Am I doing something wrong or is Solr not truly completely RESTful? thanks, Jason