Class RankSetupValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.RankSetupValidator
All Implemented Interfaces:
Validator

public class RankSetupValidator extends Object implements Validator
Validates rank setup for all content clusters (rank-profiles, index-schema, attributes configs), validation is done by running the binary 'vespa-verify-ranksetup-bin'
Author:
vegardh
  • Constructor Details

    • RankSetupValidator

      public RankSetupValidator(boolean ignoreValidationErrors)
  • Method Details

    • validate

      public void validate(Validation.Context context)
      Description copied from interface: Validator
      Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
      Specified by:
      validate in interface Validator
    • getFileRepositoryPath

      public static String getFileRepositoryPath(String name, String fileReference)