Class IlscriptsConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.configdefinition.IlscriptsConfig

public final class IlscriptsConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of ilscripts Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  • Field Details

  • Constructor Details

  • Method Details

    • getDefMd5

      public static String getDefMd5()
    • getDefName

      public static String getDefName()
    • getDefNamespace

      public static String getDefNamespace()
    • maxtermoccurrences

      public int maxtermoccurrences()
      Returns:
      ilscripts.maxtermoccurrences
    • maxtokenlength

      public int maxtokenlength()
      Returns:
      ilscripts.maxtokenlength
    • fieldmatchmaxlength

      public int fieldmatchmaxlength()
      Returns:
      ilscripts.fieldmatchmaxlength
    • maxReplacementCharactersRatio

      public double maxReplacementCharactersRatio()
      Returns:
      ilscripts.maxReplacementCharactersRatio
    • maxReplacementCharacters

      public int maxReplacementCharacters()
      Returns:
      ilscripts.maxReplacementCharacters
    • ilscript

      public List<IlscriptsConfig.Ilscript> ilscript()
      Returns:
      ilscripts.ilscript[]
    • ilscript

      public IlscriptsConfig.Ilscript ilscript(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      ilscripts.ilscript[]