mnoGoSearch Pro Standard Edition free download MnoGoSearch for Windows is a software designed to create your own search engine for a website, a number of websites, intranet or a local system. 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.   
 Example: Winamp • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > download now mnoGoSearch Pro Standard Edition

  Popular:
12Ghosts Backup 9.52
Keep every change of your documents while you are working…
Dekart Logon 2.21
Protect access to notebook and desktop computers running…
Power Clock 7.01
The ultimate employee time clock. Easy to use, looks like a…
PDF Create Convert 1.0
PDF Create Convert is a useful program to create PDF…
JvCrypt 1.0
JvCrypt is a powerful encryption and compression utility…
Parnian Xtra 3.00
Parnian is a professional Macromedia Freehand Xtra software…
Kill The Spams 3.2 build 100
Without the pain of building complex filters, KTS is able…
Better Memory 4.1
Better Memory is a program that reminds you of upcoming…
Mnemo 4.2
Database manager where you don't have to create tables…
AscToRTF 2.0
A powerful and highly configurable utility that converts…
Best 1000
  TOP-10:
MP3 RM Converter 1.30
MP3 RM Converter supports batch conversion between MP3, RM…
Checkbook 4.09.23 new!
Checkbook is an electronic checkbook register. You enter…
WinOrganizer 4.0
Feel the calming wisdom that comes from having your every…
DTM Data Editor 1.02.28
DTM Data Editor is a database viewer and editor with BLOB…
Folder Protection 2.1
Folder Protection lets you set a password on the folders…
RoboNanny 1.2
RoboNanny is a computer home security and baby monitoring…
QuickCalc 212
Hey, you've already paid $3000 for the hot computer, you…
TinyBooks 6.0.2
TinyBooks is a simple, flexible, non-bloated, single-entry…
Secure Fonts 4.0
Print check amounts and payee names securely on any 600 dpi…
SpamRemover 1.9
Easy to integrate with your favorite e-mail client…
  Sponsored links 
  New:
Repair BKF File 4.2
Repair BKF file & extract BKF files with BKF explorer…
DVD Copy Pro 2010.21117
AVS DVD Copy is a most convenient and demanded software to…
Amadis DVD Ripper 3.8.6
Convert your wmv videos into DVD format without affecting…
AdWare ALERT 2009.186
AdWareALERT - FREE DOWNLOAD - Get rid of Spyware and Adware…
iCopyExpert 3.1.3
Make your music safe and get complete control of your iPod…
DBF Doctor 2.2.396
Lost important data in a corrupt dbf-file? You are in for…
QImport 5.0.0
addQin - Import modify export seamless integrates with…
HTTP Debugger Pro 3.6
Regardless of whether you are maintaining a complex…
Reportizer 3.35
Database reporting tool. Easy creating, modifying and…
PC TimeWatch 1.5.1.0
PC TimeWatch is a tool for managing the time that people…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities

mnoGoSearch Pro Standard Edition 3.2.35.1  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
MnoGoSearch for Windows is a software designed to create your own search engine for a website, a number of websites, intranet or a local system.

Updated Nov 6, 2005 05:35:33
Size2694 kb
LicenceDemo
StatusMinor Update
LanguagesEnglish
Tagsengine, indexer, software, mnogosearch, search, udmsearch, sql
OSWindows NT, Windows 2000, Windows XP
Homepagemnogosearch.org
Emailsupport@mnogosearch.org
AuthorLavtech.com corp.
mnoGoSearch Pro Standard Edition free download MnoGoSearch for Windows is a software designed to create your own search
engine for a website, a number of websites, intranet or a local system. 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.

 Zoom click for full size
Description:
   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.
Short tags:
engine, indexer, software, mnogosearch, search, udmsearch, sql
Change Info:
# Fixed that msvcrtd.dll is not required anymore (Bug#927).

   # A new "wtime" column was added into "qtrack" table to store time spent for search, in milliseconds. Everyone who uses "trackquery" feature needs add this column (e.g. using ALTER TABLE) or recreate "qtrack" table.

   # IndexIf/NoIndexIf now understand variables, e.g. the following command means not to index documents having content type "text/plain" from the site 'site': NoIndexIf "${URL}#${Content-Type}" "http://site/*#text/plain"

   # indexer and search.cgi now load my.cnf file by default. Use "DBAddr mysql://user:passwd@host/dbname/?MyCnfGroup=group" to read options from the named group. If MyCnfGroup=no is specified, then the option file is not loaded (Bug#771).

   # "DateFactor number" search.htm command was added. Use with a number in the range 0..255 to change effect of Last-Modified of a document on its score. The default value is 0, which means don't take Last-Modified into account. If DateFactor is set to a non-zero value, then a more fresh document gets better score than an older document with the same content.

   # Indexer now treats the documents having "xml" and "rss" substrings in Content-Type header as XML documents. E.g. "application/xml", "application/rss" are now understood as XML as well. Previously only the exact "text/xml" string worked.

   # DBType=blob now works with PostgreSQL.

   # It is possible to rewrite only URL data for DBMode=blob: "indexer -Erewriteurl". It's useful for very quick rewrite of URL data after adding "Deflate=yes", without touching word information.

   # CustomLog indexer.conf command was added to log to stdout using a user defined format, e.g.: "CustomLog '[${PID}] ${CurrentTime} ${Status} ${URL} ${Content-Type}'".

   # Several minor search performance improvements were made.

   # Several bugs in "AlwaysFoundWord" were fixed.

   # Fixed that loading URL data in "DBMode=blob" didn't work on big endian platforms (e.g. MacOS X). As a result search loaded data from "url" table, which was slow.

   # Fixed that "Section url.file" and "Section url.path" didn't work well when indexing FTP sites having national letters in directory and file names (Bug#658). Directory and file names (after %XX URL-unescaping) considered to have the same character set with the one specified in RemoteCharset (or iso-8859-1 by default). A new indexer.conf command "RemoteFileNameCharset" was added for the case when URL character set is different from RemoteCharset.

   # Fixed that MySQL-4.1 running in utf8 failed to create "qinfo" table with "Specified key was too long" error (Bug#1041).
find all version  Find last version of mnoGoSearch Pro Standard Edition
      Freeware alternatives mnoGoSearch Pro Standard Edition 3.2.35.1
Free Download now  Free Download mnoGoSearch Pro Standard Edition 3.2.35.1 from mnogosearch.org

Similar software shotlights:
  • mnoGoSearch SQL 3.1.15.15 — MnoGoSearch for Windows is a search engine designed to organize search within a website, number of websites, intranet or local system. MnoGoSearch for Windows is a search engine designed to organize…
  • mnoGoSearch 3.2.35 — MnoGoSearch is a free search engine designed to organize search within a website, number of websites, intranet or local system. MnoGoSearch is a search engine designed to organize search within a…
Find all software similar on mnoGoSearch Pro Standard Edition 3.2.35.1

Similar news:
  • Yahoo Expands Its Search Engine Index — In a major expansion, Yahoo Inc. said Monday that its online search engine index now spans more than 20 billion Web documents and images, nearly double the material scanned by rival Google Inc.
Find all news similar on mnoGoSearch Pro Standard Edition 3.2.35.1

Similar smart reviews:
  • Constable Authorization Engine 2.0. Policies Above All — Constable Authorization Engine (CAZE) is a class library for .NET Framework, which does all about authorization policies in all of their aspects. In fact, CAZE is much more than just «some classes in the library», as it makes you think all your design thoroughly, from the roles and actions point of view. There is also a handy visual policy designer, which helps you look…
  • Index Your Files - Revolution! v3.2 — Index Your Files (IYF), version «Revolution!», is an ultra-fast, ultra-small and ultra-portable application for indexing file system objects (files and folders) on a single computer or LAN. Additionally, it features very slick and highly understandable user interface. When you run Index Your Files, you can set up any number of «databases» (containing file indexes) with any number…
  • Advanced Web Ranking 5.0.3 – Know Your Search Engine Ranking! — While working on improving our websites’ marketing return, we must always have the overall picture of what’s going on with the website before taking another step toward the improvement. What is your website’s current page rank, keyword rank, visibility? It may take you days to check the rankings by hand. Are you willing to spend that much time and effort just to grow…
  • aZebra Search Server. Search It! — Life is a constant search. We search for necessary information everywhere. Now, with the advent of the Internet, it’s become possible to find information about just whatever we want. All we need for that is a powerful search server like @Zebra. @Zebra is a universal search server that can help you to find things inside local networks, on ftp servers or you can just…
  • Visual SQL Designer. Ease Your Work With Data. — Visual SQL-Designer is powerful software that can easily create complex SQL queries for any database. With this useful tool, you will be able to construct the most part of necessary queries using just visual interface of the user. That is really convenient. Now, when you have got Visual SQL designer, you do not have to spend hours creating queries, whether you are good at SQL or have…
  • Mihov Index Maker 1.50, ToC For The Web — The task which sounds simple to be described: to make a list of files from some folders. Simple? Yep. But let’s think a bit more. Why do we need this list? Typical answer: we want to make this list accessible as a single file, or through the web, or through the intranet. If so, is just a text file with filenames enough? Typically…
  • Advanced Network Search — If using search engines on the Internet has long been a habitual action for millions of users worldwide, doing the same in local networks still seems to be quite exotic. It is assumed that users know where the necessary files are located and keep the names of the frequently visited systems in their memory. However, these days local, area and corporate networks may get extremely large…
  • Tidycode Pl/Sql Formatter 2.4.2, Making It Pretty — This utility can seem «just a small helper», but detailed analysis can say you it is really smart and really helpful (I’ll even say indispensable) for almost any database programmer. Its functionality can be easily guessed by name: it just formats PL/SQL code (as well as plain good SQL), and the way he does it can be characterized as «just right»…
  • Index Your Files - lightning-fast file searches that won't cost you a penny — When regular users want to give a solid boost to their computers, most of them head straight to the nearest computer store to purchase faster CPU’s, more RAM, faster hard drives and even RAID arrays. Unfortunately, most of them don’t even realize that the same results can be easily achieved with the help of specialized software that indexes files on their hard drives and…
Find all smart reviews similar on mnoGoSearch Pro Standard Edition 3.2.35.1


Home > Software > download now mnoGoSearch Pro Standard Edition

See software by tags:
Word processor writing math equations
Show visualization winamp
Toolband toolbar
see also:
Xilisoft DVD to MP4 Converter
ABC iPod Movie/Video Convertor
EMCO Remote Shutdown
See software by tags:
Start voip call shop
Mp3 apic size
Sqlite database visual

Copyright © 2001—2009 3d2f
Concept:
Advertisement.