MnoGoSearch for Windows is a search engine created to organize search
within a website, number of websites, intranet or local system.
To search through documents you have to index them first using the indexer component of mnoGoSearch.
Indexer is a spider that reads the documents you specify and stores information about words it finds in tables in a built-in database.
You can specify what kind (format) of documents to index, location of documents (a website, a directory on server, single webpage, etc.). You can define the level of importance (weight) of various document properties and parts that are taken into account during searching.
mnoGoSearch for Windows PRO is designed to handle large amount of data. It stores data in a SQL database using an ODBC driver. This version also features NT Service for scheduling indexations and remote administration. mnoGoSearch Pro is designed for Windows NT/2000/XP only and will not run on Windows 9x.
Installing mnoGoSearch for Windows
Run setup.exe to install mnoGoSearch and follow on-screen instructions.
Indexing
· To index your site you have to configure mnoGosearch with your database. To do so, press the Wizard button in mnoGoSearch main window and follow the on-screen instructions.
· Configure server you wish to index by going to Server tab, press New Server button and enter your server URL (e.g. http://www.mnogosearch.org/ ), don't forget slash at the end.
· To start indexing please go to Indexer tab, select Index in Action menu and press Start button. You can stop or pause indexing any moment you wish.
Adding search to your site
· mnoGoSearch is supplied with search page template - search.htm, that you can customize according to your needs. lace search.exe to cgi-bin directory of your server.
· To perform search, open the search page at http://www.yourserver.tld/cgi-bin/search.exe , enter words or phrase to search for and press Search button. After that that front-end (search.exe) will check database for words you entered and will display links to pages containing the words.
Requirements:
· i486 processor or higher
· 16 Mb RAM
· 5 Mb free HDD space for installation, more required for database
Limitations:
· 30-day trial
· In this version indexation is limited to first kilobyte of any document.
What's New in This Release: [ read full changelog ]
· Minor indexing performance improvements were done.
· "Indexer is selecting wrong Content-Type" was fixed.
· "Clear database limitations do not work: error ORA-01795" was fixed.
· "-Ewordstat: incorrect unicode sequence" was fixed.
· "invalid UTF-8 byte sequence detected' when INSERT INTO dictXX" was fixed. This error happened when indexing into PostgreSQL with DBMode=multi. The "intag" column type was changed from TEXT to BYTEA in the tables "dict00".."dictFF".
· "Indexer crashes with -a -y 'content/type'" was fixed.
· "DateFactor does not work with DBMode=blob" was fixed.
· "ORA-01785: maxinum number of expressions in a list is 1000" was fixed.
· "Cannot run -Ewordstat, ORA-01400: cannot insert NULL" was fixed.