CBLFTSIndexItem

@interface CBLFTSIndexItem : NSObject

FTS Index Item.

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

    Declaration

    Objective-C

    + (nonnull CBLFTSIndexItem *)expression:
        (nonnull CBLQueryExpression *)expression;

    Parameters

    expression

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

    Return Value

    The full-text search index item.