ExistsQuery
org.sagebionetworks.repo.model.search.dsl.ExistsQuery
An exists term-level clause. Matches documents that have any non-null value for the given column.
| Field | Type | Description |
|---|---|---|
| boost | NUMBER | Optional. Multiplier for the relevance score of this clause. Default 1.0. |
| _name | STRING | Optional. Label echoed back in matched-queries metadata. |
| field | STRING | Required. The column that must have a value. |