The strength of this package is to index all sorts of things (websites, file systems, files, databases tables, ...). You feed the indexer with information, and later you can query it. Features: Boolean search operators - Search for "fixed names" - Stemming, metaphone, soundex, fast part-word searches like foo*, foo*bar AND *foo - Good weightening - Foreign keys - Stopword lists - Settings via xml - For db's: auto-calculated settings from name conventions and table structures - Returns hints "Did you mean xy" after a search - Automatic creation of the internal (MySQL) database tables - Highlighting of the matched words in the results. |