In this document the search options concerning performance are summarized and their usage is shown in different search interfaces.
Sets maxResultCount property. Limits the number of molecules returned by the search to maxResultCount. If maxResultCount is 0, then there is no limit. MolSearch API
JChemSearch API
JChem Oracle Cartridge
jcsearch command line tool
Limits the time of the search. TotalSearchTimeoutLimitMilliseconds is to be specified in milliseconds. Search will be stopped after the specified time has elapsed and the hits found up to this time are returned. There is no timeout limit, by default. MolSearch API
JChemSearch API
JChem Oracle Cartridge
jcsearch command line tool
Sets option for rearranging query atoms to increase search performance. False, if search should rearrange query atoms for better search performance. Default value is false. MolSearch API
JChemSearch API
JChem Oracle Cartridge
jcsearch command line tool
If more than one queries are present, at least one is required to match. For DB targets, only the first query is considered. MolSearch API
JChemSearch API
JChem Oracle Cartridge
jcsearch command line tool
The search on a single target can reach this amount of time. Set it to -1 if you do not want the search to timeout. The timeout limit has to be set in milliseconds. Default value is 120000 (2 minutes). MolSearch API
JChemSearch API
JChem Oracle Cartridge
jcsearch command line tool
Upon reaching this number of steps, the search switches to exhaustive mode from fast mode. Setting to -1 means never. Default -1. MolSearch API
JChemSearch API
JChem Oracle Cartridge
jcsearch command line tool