Package com.yahoo.schema.parser
Class ParsedMatchSettings
java.lang.Object
com.yahoo.schema.parser.ParsedMatchSettings
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAlgorithm(MatchAlgorithm value) voidvoidsetExactTerminator(String value) voidsetGramSize(int value) voidsetMaxLength(int value) voidsetMaxTermOccurrences(int value) voidsetMaxTokenLength(int value) void
-
Constructor Details
-
ParsedMatchSettings
public ParsedMatchSettings()
-
-
Method Details
-
setType
-
setCase
-
setAlgorithm
-
setExactTerminator
-
setGramSize
public void setGramSize(int value) -
setMaxLength
public void setMaxLength(int value) -
setMaxTermOccurrences
public void setMaxTermOccurrences(int value) -
setMaxTokenLength
public void setMaxTokenLength(int value)
-