Package com.couchbase.lite
Class FullTextIndexItem
java.lang.Object
com.couchbase.lite.FullTextIndexItem
Full-text Index Item.
- 
Method Summary
Modifier and TypeMethodDescriptionstatic FullTextIndexItemCreates a full-text search index item with the given property. 
- 
Method Details
- 
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.
 
 
 -