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) -> FullTextIndexItemParameters
expressionThe expression to index. Typically a property expression used to perform the match operation against with.
Return Value
The full-text index item.
 
        FullTextIndexItem Class Reference