Class Organizer
java.lang.Object
com.yahoo.search.pagetemplates.engine.Organizer
Reorganizes and prunes a result as prescribed by a resolved template.
This class is multithread safe.
- Author:
- bratseth
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
organize
(Choice templateChoice, Resolution resolution, Result result) Organizes the given result
-
Constructor Details
-
Organizer
public Organizer()
-
-
Method Details
-
organize
Organizes the given result- Parameters:
templateChoice
- a choice between singleton lists of PageTemplatesresolution
- the resolution of (at least) the template choice and all choices contained in that templateresult
- the result to organize
-