Interface StatsResultsTranslator
@ProviderType
public interface StatsResultsTranslator
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.search.StatsResults
translate
(StatsResponse statsResponse) Creates a legacyStatsResults
object from aStatsResponse
object.
-
Method Details
-
translate
Creates a legacyStatsResults
object from aStatsResponse
object.- Parameters:
statsResponse
- theStatsResponse
object to be converted- Returns:
- the converted legacy
StatsResults
object
-