FullTextIndexExpressionProtocol

public protocol FullTextIndexExpressionProtocol : IndexExpressionProtocol

Full-Text Index Expression.

  • Specifies an alias name of the data source in which the index has been created.

    Declaration

    Swift

    func from(_ alias: String) -> FullTextIndexExpressionProtocol

    Parameters

    alias

    The alias name of the data source.

    Return Value

    The full-text index expression referring to a full text index in the specified data source.