MatchText

data class MatchText(val text: String) : FieldMatcher

Full-text match, all tokens present (match.text).

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard