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

Download Open API Spec

TextAnalyzer

org.sagebionetworks.repo.model.search.table.TextAnalyzer

A text analyzer configuration. Used to configure how text is tokenized for a search index.

Field Type Description
id STRING The unique ID of this text analyzer.
organizationName STRING The name of the Organization this resource belongs to.
name STRING Display name. Unique within the organization.
description STRING Optional description.
settings TextAnalyzerSettings The OpenSearch analyzer configuration. Stores the full definition of how text is analyzed.
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.