The Open API specification for Synapse is now available for download!

Download Open API Spec

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.
indexAnalyzer STRING The qualified name ('{organizationName}-{name}') of the TextAnalyzer to use when indexing this column.
searchAnalyzer STRING The qualified name ('{organizationName}-{name}') of the TextAnalyzer to use when searching this column.