Click or drag to resize

ViewUpdateIndex Method

Updates the View's persistent index. Indexing scans all documents that have changed since the last time the index was updated. The body of each document is passed to the view's map callback, and any emitted rows are added to the index. Any existing rows previously emitted by those documents, that weren't re-emitted this time, are removed.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void UpdateIndex()
See Also