Installed OpenSearch engine information
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| authenticated | smallint | N/A | false | Whether or not the search engine requires authentication. | |
| description | varchar | 2000 | true | true | A description of the engine. |
| descriptorURL | varchar | 2000 | true | true | The URL of the search engine's OpenSearch descriptor file. |
| enabled | int | N/A | false | One if the search engine is enabled, zero if it is disabled (does not show up to the end user). | |
| engineID | bigint | N/A | false | Installed OpenSearch Engine ID. Primary key. | |
| externalSearchURL | varchar | 2000 | false | true | The external URL to search against. |
| iconURL | varchar | 2000 | true | true | The URL of the search engine's icon. |
| maxResultCount | int | 4 | false | true | The maximum number of results to return. |
| password | varchar | 40 | true | true | A password, if the search engine requires authentication. |
| queryTestTerm | varchar | 40 | true | true | A search term to test query capabilities. |
| searchContentType | varchar | 100 | true | true | The content type of the results returned by a search. |
| searchHttpMethod | varchar | 10 | true | true | The HTTP method of the search. |
| searchURL | varchar | 2000 | false | true | The URL to search against. |
| shortName | varchar | 255 | false | true | The short name of the engine. |
| username | varchar | 40 | true | true | A username, if the search engine requires authentication. |