mnoGoSearch Pro Standard EditionOverview
MnoGoSearch for Windows is a search engine designed to organize search
within a website, number of websites, intranet or local system. To search
through documents you 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 SQL 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. MS Access, MySQL, PostgreSQL, Interbase, Mimer, Virtuoso and InterSystems Cache databases are supported by this edition.
NEW
* Fetching of a list of indexer targets is now much faster with
big MySQL databases. The SQL query for target look up was
rewritten to creating a temporary table and its further use in a join with the "url" table. It allowed to get rid of a filesort with a huge amount of data. Also, a key using free columns (next_index_time,seed,rec_id) was added for the "url" table, to allow index read instead of full table scan.
* MinCoordFactor improvements were made to be more
distinguishable for small word positions, i.e. in the very beginning of the document.
* Fixed that User.Date with YYYY-MM-YY and DD.MM.YYYY formats gave wrong month value.
* Crash with long words in synonym look up code was fixed.
* Fixed that after processing a "mailto:" or a disallowed link, indexer wouldn't store crosswords from any further links on the same document: