Class Organizer

java.lang.Object
com.yahoo.search.pagetemplates.engine.Organizer

public class Organizer extends Object
Reorganizes and prunes a result as prescribed by a resolved template. This class is multithread safe.
Author:
bratseth
  • Constructor Details

    • Organizer

      public Organizer()
  • Method Details

    • organize

      public void organize(Choice templateChoice, Resolution resolution, Result result)
      Organizes the given result
      Parameters:
      templateChoice - a choice between singleton lists of PageTemplates
      resolution - the resolution of (at least) the template choice and all choices contained in that template
      result - the result to organize