clear (View - Java)

Clears the full-text search filtering on a view.

Defined in

View

Syntax

public void clear()
    throws NotesException

Usage

Subsequent calls to getDocument methods get all documents in the view, not just the search results.

Example