Class Organizer
- java.lang.Object
-
- com.yahoo.search.pagetemplates.engine.Organizer
-
public class Organizer extends java.lang.Object
Reorganizes and prunes a result as prescribed by a resolved template. This class is multithread safe.- Author:
- bratseth
-
-
Constructor Summary
Constructors Constructor Description Organizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
organize(Choice templateChoice, Resolution resolution, Result result)
Organizes the given result
-
-
-
Method Detail
-
organize
public void organize(Choice templateChoice, Resolution resolution, Result result)
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
-
-