ColumnAnalyzerOverride
org.sagebionetworks.repo.model.search.table.ColumnAnalyzerOverride
A shared resource containing per-column analyzer override entries. ColumnAnalyzerOverrides belong to an Organization and can be referenced by SearchConfigurations. Cannot be deleted while referenced by any SearchConfiguration.
| Field | Type | Description |
|---|---|---|
| id | STRING | The unique ID of this column analyzer override. |
| organizationName | STRING | The name of the Organization this resource belongs to. |
| name | STRING | Display name. Unique within the organization. |
| description | STRING | Optional description. |
| overrides | ARRAY<ColumnAnalyzerOverrideEntry> | The list of per-column analyzer override entries. |
| etag | STRING | Synapse employs an Optimistic Concurrency Control (OCC) scheme. |
| createdOn | STRING | The date this resource was created. |
| createdBy | STRING | The ID of the user that created this resource. |
| modifiedOn | STRING | The date this resource was last modified. |
| modifiedBy | STRING | The ID of the user that last modified this resource. |