I am new to IBM SBT SDK search API implementation class "SearchService".
How can I get a typed entity like Community or Forum or ForumTopic from the search result entry type Result?
The Java type Result is very general, but the XML returned from Connections already contains all relevant data as it seems. Is there a kind of "conversion" or "cast" available?