Package com.couchbase.lite
Class ValueIndexItem
java.lang.Object
com.couchbase.lite.ValueIndexItem
Value Index Item
- 
Method SummaryModifier and TypeMethodDescriptionstatic ValueIndexItemexpression(Expression expression) Creates a value index item with the given property.static ValueIndexItemCreates a value index item with the given property.
- 
Method Details- 
propertyCreates a value index item with the given property.- Parameters:
- property- the property name
- Returns:
- The value index item
 
- 
expressionCreates a value index item with the given property.- Parameters:
- expression- The expression to index. Typically a property expression.
- Returns:
- The value index item
 
 
-