View Methods |
The View type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateQuery |
Creates a new Query for this view.
|
![]() | Delete |
Deletes the View.
|
![]() | DeleteIndex | |
![]() | SetMap | |
![]() | SetMapReduce |
Defines the View's MapDelegate
and ReduceDelegate.
|
![]() | UpdateIndex |
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.
|