SearchMatch

data class SearchMatch(val logIndex: Int, val start: Int, val end: Int, val field: String)

Constructors

Link copied to clipboard
constructor(logIndex: Int, start: Int, end: Int, field: String)

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val start: Int