Class NoPrefixForIndexes


  • public class NoPrefixForIndexes
    extends Validator
    match:prefix for indexed fields not supported
    Author:
    vegardh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(VespaModel model, DeployState deployState)
      Validates the input vespamodel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoPrefixForIndexes

        public NoPrefixForIndexes()
    • Method Detail

      • validate

        public void validate​(VespaModel model,
                             DeployState deployState)
        Description copied from class: Validator
        Validates the input vespamodel
        Specified by:
        validate in class Validator
        Parameters:
        model - a VespaModel object
        deployState - The DeployState built from building the model