incompleteSearch property

bool? incompleteSearch
getter/setter pair

Whether the search process was incomplete.

If true, then some search results might be missing, since all documents were not searched. This can occur when searching multiple drives with the allDrives corpora, but all corpora couldn't be searched. When this happens, it's suggested that clients narrow their query by choosing a different corpus such as user or drive.

Implementation

core.bool? incompleteSearch;