Package com.couchbase.lite
Class ValueIndexItem
java.lang.Object
com.couchbase.lite.ValueIndexItem
Value Index Item
- 
Method Summary
Modifier 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
- 
property
Creates a value index item with the given property.- Parameters:
 property- the property name- Returns:
 - The value index item
 
 - 
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
 
 
 -