FullTextQueryRow

public class FullTextQueryRow: QueryRow

A single result from a full-text Query.

  • The text emitted when the view was indexed which contains the match(es).

    Declaration

    Swift

    public var fullTextMatched: String?
  • The number of query words that were found in the fullText. (If a query word appears more than once, only the first instance is counted.)

    Declaration

    Swift

    public var matchCount: UInt