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) -> FullTextIndexExpressionProtocolParameters
aliasThe alias name of the data source.
Return Value
The full-text index expression referring to a full text index in the specified data source.
 
        FullTextIndexExpressionProtocol Protocol Reference