Class ValueIndexItem

java.lang.Object
com.couchbase.lite.ValueIndexItem

public final class ValueIndexItem extends Object
Value Index Item
  • Method Details

    • property

      @NonNull public static ValueIndexItem property(@NonNull String property)
      Creates a value index item with the given property.
      Parameters:
      property - the property name
      Returns:
      The value index item
    • expression

      @NonNull public static ValueIndexItem expression(@NonNull Expression expression)
      Creates a value index item with the given property.
      Parameters:
      expression - The expression to index. Typically a property expression.
      Returns:
      The value index item