FTSIndexOn

public class FTSIndexOn

An ON operator for creating a full-text search index.

  • Creates a full-text search index with the given index item. The index item is the property be indexed.

    Declaration

    Swift

    public func on(_ item: FTSIndexItem) -> FTSIndex

    Parameters

    item

    The index item.

    Return Value

    The full-text search index.