FTSIndexItem
public class FTSIndexItem
Full-text search index item.
-
Creates a full-text search index item with the given expression.
Declaration
Swift
public class func expression(_ expression: Expression) -> FTSIndexItemParameters
expressionThe expression to index. Typically a property expression used to perform the match operation against with.
Return Value
The full-text index item.
FTSIndexItem Class Reference