FTS5TokenizationReason

public enum FTS5TokenizationReason

The reasons FTS5 will request tokenization

  • A document is being inserted into or removed from the FTS table

    Declaration

    Swift

    case document
  • A MATCH query is being executed against the FTS index

    Declaration

    Swift

    case query
  • Same as query, except that the bareword or quoted string is followed by a * character

    Declaration

    Swift

    case prefix
  • aux

    The tokenizer is being invoked to satisfy an fts5_api.xTokenize() request made by an auxiliary function

    Declaration

    Swift

    case aux