Class VsmSummary

java.lang.Object
com.yahoo.schema.derived.Derived
com.yahoo.schema.derived.VsmSummary
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, Exportable, com.yahoo.vespa.config.search.vsm.VsmsummaryConfig.Producer

public class VsmSummary extends Derived implements com.yahoo.vespa.config.search.vsm.VsmsummaryConfig.Producer
Vertical streaming matcher summary specification
Author:
bratseth
  • Constructor Details

    • VsmSummary

      public VsmSummary(Schema schema)
  • Method Details

    • derive

      protected void derive(Schema schema)
      Description copied from class: Derived
      Derives the content of this configuration. This default calls derive(Document) for each document and derive(SDField) for each search definition level field AND sets the name of this to the name of the input search definition
      Overrides:
      derive in class Derived
    • getDerivedName

      public String getDerivedName()
      Specified by:
      getDerivedName in class Derived
    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.vsm.VsmsummaryConfig.Builder vB)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.vsm.VsmsummaryConfig.Producer