Result returned by [FuzzySearch] containing match information.
Returns each matched substring interval of [member target]. The [member Vector2i.x] component is the start of the interval and the [member Vector2i.y] component is the length, corresponding to the arguments for [method String.substr].
The original index of [member target] in the provided array of targets when using [method FuzzySearch.search_all] otherwise [code]-1[/code].
Match score determined by [FuzzySearch]. Scores are not normalized and generally should not be directly compared between different queries.
Target string which was matched against.