open class Match : Serializable
Informs which part of the input query is represented by the segment.
Match()
Empty constructor for the Match(offset: Int, length: Int)
Default constructor for the |
var length: Int
Length of the matched substring. |
|
var offset: Int
Starting offset of the inputQuery substring matching the segment. The offset of the first character is 0. |
open fun getLength(): Int
Returns a length of the matched substring. |
|
open fun getOffset(): Int
Returns a starting offset of the inputQuery substring matching the segment. The offset of the first character is 0. |
|
open fun toString(): String |