Index

public class Index

Index represents an index which could be a value index for regular queries or full-text search (FTS) index for full-text queries (using the match operator).

  • Creates an ON operator used for specifying the items or properties to be indexed in order to create a value index.

    Declaration

    Swift

    public class func valueIndex() -> ValueIndexOn

    Return Value

    The ON operator.

  • Creates an ON operator used for specifying an item or a property to be indexed in order to create a full-text search index.

    Declaration

    Swift

    public class func ftsIndex() -> FTSIndexOn

    Return Value

    The ON operator.