Class ParsedMatchSettings

java.lang.Object
com.yahoo.schema.parser.ParsedMatchSettings

public class ParsedMatchSettings extends Object
This class holds the extracted information after parsing a "match" block, using simple data structures as far as possible. Do not put advanced logic here!
Author:
arnej27959
  • Constructor Details

    • ParsedMatchSettings

      public ParsedMatchSettings()
  • Method Details

    • setType

      public void setType(MatchType value)
    • setCase

      public void setCase(Case value)
    • setAlgorithm

      public void setAlgorithm(MatchAlgorithm value)
    • setExactTerminator

      public void setExactTerminator(String value)
    • setGramSize

      public void setGramSize(int value)
    • setMaxLength

      public void setMaxLength(int value)
    • setMaxTermOccurrences

      public void setMaxTermOccurrences(int value)
    • setMaxTokenLength

      public void setMaxTokenLength(int value)