FullTextIndexItem

public class FullTextIndexItem

Full-text search index item.

  • Creates a full-text search index item with the given expression.

    Declaration

    Swift

    public class func property(_ property: String) -> FullTextIndexItem

    Parameters

    expression

    The expression to index. Typically a property expression used to perform the match operation against with.

    Return Value

    The full-text index item.