Query (DocumentCollection - Java)

Read-only. The text of the query that produced a document collection if the collection results from a full-text or other search.

Defined in

DocumentCollection

Data type

String

Syntax

public String getQuery()
    throws NotesException

Usage

For collections produced without a search, this property returns an empty string.

Example