WildcardFieldOptions
org.sagebionetworks.repo.model.search.dsl.WildcardFieldOptions
Per-field options for a wildcard term-level clause. Carried as the value of the field-keyed wildcard map (the map key is the column name). A leading * or ? in the pattern is rejected (it forces a full index scan).
| 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 | Optional. The wildcard pattern (* matches any sequence, ? matches a single character). A string. Either value or wildcard supplies the pattern. |
| wildcard | OBJECT | Optional. Alias for value — the wildcard pattern. A string. |
| case_insensitive | BOOLEAN | Optional. When true, matches the pattern regardless of case. Default false. |
| rewrite | STRING | Optional. How the multi-term query is rewritten internally. |