Exists QueryΒΆ

A query that matches documents which contain a value for a field.

Proto definition:

message ExistsQuery {
    string field = 1; // Field in the document to query
}