Downloads
SJ Namo DeepSearch
Download Update
We are glad to present you with the newest release of Namo DeepSearch.
Namo DeepSearch 4.21.002 offers several enhanced features over 4.2 and resolved some problems of previous versions.
Registered users of DeepSearch 4.2 can download the DeepSearch 4.21.002 from the Sejoong Namo download page (http://www.namo.com/download/deepsearch/). Double-click the downloaded file to install the Windows version. Use the './setup' command in the 'inst_temp' directory after extracting the downloaded file to install the Unix version.
After installing this upgrade, you may wish to verify that your copy of Namo DeepSearch has been successfully upgraded to version 4.21 by checking the version number displayed on the right top of the Administration Page.
Namo DeepSearch 4.21's improved features
Search Pages
- Among the template PHs, [ds$SitesNum_Home] which displaying the result site numbers has been improved. In the previous version, the Garbage Value appeared when an error occurred on executing searching performance. The upgrade version displays '0' when the error occurs.
- You can specify the buffer size of the searching key words in the ini file.
Add LimitQueryLength=Memory size (byte default-2048) in [QUERY].
ex) Specify the deepsearch.ini for Unix/Linux or registry for Windows.
[QUERY]
LimitQueryLength=4000
Administration Page
- Even after you deselecting CGI-Handler ?? ??, CGI-Handler was still excluded for indexting in the previous version if you had once clicked CGI-Handler ?? ?? in the [??] - [????] menu. In the upgrad version, CGI-Hanlder is included for indexing if you deselect the CGI-Handler ?? ??.
Index/ Server
- Session ID preservation
Sometimes indexing for Web sites using CGI suddenly gets down. In this case, check if the session is available and if session number and session preservation time is specified. Namo DeepSearch receives the session one by one and can use all the allowed sessions, resulting in increases of indexting time.
- In the previous version, Namo DeepSearch needed much time when it received the session which was over the preservation period. However, session ID value is preserved in the upgrad version, requiring reception of an ID only once. To get the ID name of the specific Web server, enter session ID into the SetSessionID value in [SECURITY] of Registry. When you enter several session ID names, enter them in SetSessionID value, separating each session ID name by comma (,). example) Specify the deepsearch.ini for Unix/Linux or the Registry for Windows. [SECURITY] SetSessionID=ASPSESSIONIDSQBRCCDT,JSPSESSIONID
- You can get the results from DB by entering date values in sdate and do of CGI-Handler. You can specify for searching by date when creating CGI-Handler.
- Retry page error was fixed. Namo DeepSearch will retry to get the result when failing to get the result at the first time. If failure continues, Namo DeepSearch will display the Not Found message.
- You can specify to get the result date in mclient.cgi by connecting to the server through either localhost IP or Server Name example) Specify the deepsearch.ini for Unix/Linux or the Registry for Windows. [SYSTEM] CheckLocalHost=1 (for setting "1", for resetting "0")