getHighlightsRequest abstract method
Return the highlighting request that should be passes to the contributors returned from getHighlightsContributors.
Throw a RequestFailure if the request could not be created.
Implementation
Future<HighlightsRequest> getHighlightsRequest(String path);