incompleteSearch property

bool? incompleteSearch
getter/setter pair

Whether the search process was incomplete.

If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the "allDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "default" or "drive".

Implementation

core.bool? incompleteSearch;