My query is like:
/2013-01-01/search?q=(and author:'william' category:'Videos')&q.parser=structured&expr.random=_rand&return=_all_fields&size=1
and returns a video. However, I want a random videoId on every request.
Using the expression &expr.random=_rand;
I'm unable to fetch a random result and I have failed to find any solution in documentation.
How can I get a random search result on every request?