Class AdjustSummaryTransforms

java.lang.Object
com.yahoo.schema.processing.Processor
com.yahoo.schema.processing.AdjustSummaryTransforms

public class AdjustSummaryTransforms extends Processor
Adds the corresponding summary transform for all "documentid" summary fields. For summary fields without an existing transform: - Adds the attribute transforms where the source field has an attribute vector. - Adds the attribute combiner transform where the source field is a struct field where all subfields have attribute vector. - Add the copy transform where the source field is a struct or map field with a different name.
Author:
geirst
  • Constructor Details

    • AdjustSummaryTransforms

      public AdjustSummaryTransforms(Schema schema, com.yahoo.config.application.api.DeployLogger deployLogger, RankProfileRegistry rankProfileRegistry, QueryProfiles queryProfiles)
  • Method Details

    • process

      public void process(boolean validate, boolean documentsOnly)
      Description copied from class: Processor
      Processes the input search definition by modifying the input search and its documents, and returns the input search definition.
      Specified by:
      process in class Processor
      Parameters:
      validate - true to throw exceptions on validation errors, false to make the best possible effort at completing processing without throwing an exception. If we are not validating, emitting warnings have no effect and can (but must not) be skipped.
      documentsOnly - true to skip processing (including validation, regardless of the validate setting) of aspects not relating to document definitions (e.g rank profiles)