TermFieldOptions
org.sagebionetworks.repo.model.search.dsl.TermFieldOptions
Per-field options for a term term-level clause (exact, non-analyzed match). Carried as the value of the field-keyed term map (the map key is the column name).
| 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. |
| value | OBJECT | Required. The exact value to match. A string, number, boolean, or date depending on the target column type. |
| case_insensitive | BOOLEAN | Optional. When true, matches the value regardless of case. Default false. |