Class FullTextIndexItem

java.lang.Object
com.couchbase.lite.FullTextIndexItem

public final class FullTextIndexItem extends Object
Full-text Index Item.
  • Method Details

    • property

      @NonNull public static FullTextIndexItem property(@NonNull String property)
      Creates a full-text search index item with the given property.
      Parameters:
      property - A property used to perform the match operation against with.
      Returns:
      The full-text search index item.