MatchPhrase

data class MatchPhrase(val text: String) : FieldMatcher

Exact phrase match (match.phrase).

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard