Class VsmfieldsConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.search.vsm.VsmfieldsConfig

public final class VsmfieldsConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of vsmfields 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()
    • documentverificationlevel

      public int documentverificationlevel()
      Returns:
      vsmfields.documentverificationlevel
    • searchall

      public int searchall()
      Returns:
      vsmfields.searchall
    • fieldspec

      public List<VsmfieldsConfig.Fieldspec> fieldspec()
      Returns:
      vsmfields.fieldspec[]
    • fieldspec

      public VsmfieldsConfig.Fieldspec fieldspec(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      vsmfields.fieldspec[]
    • documenttype

      public List<VsmfieldsConfig.Documenttype> documenttype()
      Returns:
      vsmfields.documenttype[]
    • documenttype

      public VsmfieldsConfig.Documenttype documenttype(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      vsmfields.documenttype[]