open class Match : Serializable
Informs which part of the input query is represented by segment.
Match()
Empty constructor for the Match(offset: Int, length: Int)
Default constructor for the |
var length: Int
Length of the matched substring. -- GETTER -- |
|
var offset: Int
Starting offset of the inputQuery substring matching the segment. The offset of the first character is 0 -- GETTER -- |