If I do the following, the response header will contain a list of this object's links.
curl -v http://ip:port/riak/tests/aKey
However, if I search for the same object using Riak Search, I get the correct object but without any Riak-specific meta-data in the header (such as links, ETag and Vclock).
curl -v http://ip/riak-search/solr/tests/select?q=tid:%226%22&wt=json
I have an Apache server reverse proxying to Riak, which is why I don't specify the port with Riak Search.
Is there a way to get the links through Riak Search without making a new request?