CBLFullTextIndexItem

@interface CBLFullTextIndexItem : NSObject

Full-text Index Item.

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

    Declaration

    Objective-C

    + (nonnull CBLFullTextIndexItem *)property:(nonnull NSString *)property;

    Swift

    class func property(_ property: String) -> CBLFullTextIndexItem

    Parameters

    property

    A property used to perform the match operation against with.

    Return Value

    The full-text search index item.

  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;