Contents
Text Search Objects
The textsearch module defines eight classes: classes TSConfiguration, TSDictionary, TSParser and TSTemplate derived from DbSchemaObject, and classes TSConfigurationDict, TSDictionaryDict, TSParserDict and TSTemplateDict derived from DbObjectDict.
Text Search Configuration
TSConfiguration is derived from DbSchemaObject and represents a Postgres text search configuration.
Text Search Configuration Dictionary
TSConfigurationDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of text search configurations in a database.
Text Search Dictionary
TSDictionary is derived from DbSchemaObject and represents a Postgres text search dictionary.
Text Search Dictionary Dictionary
TSDictionaryDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a Python dictionary that represents the collection of text search dictionaries in a database.
Text Search Parser
TSParser is derived from DbSchemaObject and represents a Postgres text search parser.
Text Search Parser Dictionary
TSParserDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of text search parsers in a database.
Text Search Template
TSTemplate is derived from DbSchemaObject and represents a Postgres text search template.
Text Search Template Dictionary
TSTemplateDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of text search templates in a database.