ColumnAnalyzerOverrideEntry
org.sagebionetworks.repo.model.search.table.ColumnAnalyzerOverrideEntry
A per-column analyzer override entry. Specifies which analyzers to use at index time and search time for a specific column.
| Field | Type | Description |
|---|---|---|
| columnName | STRING | The name of the column to override. Must exist in the entity's schema. |
| indexAnalyzerId | STRING | The ID of the TextAnalyzer to use when indexing this column. |
| searchAnalyzerId | STRING | The ID of the TextAnalyzer to use when searching this column. |