| AUTHENTICATE | That the documents in the result list are to be authenticated before being shown to the user. |
| CONFLATION | Indicates the conflation to use when executing the query. 0 for none; 1 for narrow; 2 for broad; 3 for plurals. |
| MAX_ROWS | Indicates the maximum number of documents to return |
| META_RELEVANCE | Controls how relevant hits in metadata are. Ranging from 0 to 10, where 10 is most relevant. |
| REMOTE_ADDR | Store the remote address (ip address) of the searching user. User when user tracking is enabled. |
| SEARCH_SCOPE | Indicates the scope of the search. Set to 0 for whole document; 1 for metadata only; 2 for body only. |
| SEARCH_TIMEOUT | Indicates the maximum time to allow a query to run (in milliseconds) before timing out. |
| SECURITY_SYSTEM | Allows you to specify a custom security filter. Defaults to Windows Security. |
| SESSION_ID | Stores the session information of the searching user. Used when user tracking is enabled. |
| SITE | Stores the site that the query is being executed on. Used when user tracking is enabled. |
| SORT | Indicates the sort order to use when executing the query. Same as ISYSResultList.Sort. |
| SYNONYMS | Boolean value indicating whether synonyms shown be used during the search. |
| THESAURUS | Boolean value indicating whether the thesaurus should be used during the search. |
| USER_AGENT | Stores the user agent of the searching user. Used when user tracking is enabled. |
| PerserveHighlights | Indicates the hit highlighting should be perserved when performing Query Withins. |
| BestBets | Boolean value indicating whether Best Bets should be executed. |
| BestBetsDictionary | String value override the Best Bets dictionary to use. |
| BestBetsThreshold | Double value indicating the Best Bets threshold, a best bet must meet or exceed this value (between 0 and 1). |
| BestBetsMaximum | Integer indicating the maximum number of Best Bets to include in the result list. |
| HitLimit | Integer value indicating the maximum number of hits allowed in the result list. If a search exceeds this list, the search will fail. |
| DocLimit | Integer value indicating the maximum number of documents allowed in the result list. If the search exceeds this list, the search will fail. |
| ValidateIndexes | Instruct ISYS that the indexes should be checked for changes. ISYS will generally perform a fast check, this option performs a lower check which may take a little more time. |
| DisableEarlyBoundSecurity | Indicates that early binding security should not be performed, even if the index is capable of it. |
| Language | Indicates the language to be used when performing stemming and synonym lookup, expressed as an ISO639 2 digit language code. |