| DatabaseCreateIndex Method  | 
 
            Creates an index which could be a value index from 
ValueIndex(IValueIndexItem) or a full-text search index
            from 
FullTextIndex(IFullTextIndexItem) with the given name.
            The name can be used for deleting the index. Creating a new different index with an existing
            index name will replace the old index; creating the same index with the same name will be no-ops.
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntax Exceptions
Exceptions See Also
See Also