Package com.couchbase.lite
Class Index
- java.lang.Object
-
- com.couchbase.lite.AbstractIndex
-
- com.couchbase.lite.Index
-
- Direct Known Subclasses:
FullTextIndex
,PredictiveIndex
,ValueIndex
public abstract class Index extends AbstractIndex
Index represents an index which could be a value index for regular queries or full-text index for full-text queries (using the match operator).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.couchbase.lite.AbstractIndex
AbstractIndex.IndexType, AbstractIndex.QueryLanguage
-
-
Method Summary
-
Methods inherited from class com.couchbase.lite.AbstractIndex
toString
-
-