Difference between revisions of "Search"

From Freephile Wiki
Jump to navigation Jump to search
(updated link to commons)
(link to article about full-text search in MySQL 5.6)
Line 19: Line 19:
 
=== Native (Application) Search ===
 
=== Native (Application) Search ===
 
Applications such as this wiki (runs on MediaWiki), and CMS systems (e.g. Drupal) obviously know their own content.  So, usually it would suffice to make use of the search facilities built in to the application.  However, this doesn't always ring true -- especially when you consider that search as a service in it's own right is probably more powerful than search as a "feature" that is independently tacked on to each application in your stack.   
 
Applications such as this wiki (runs on MediaWiki), and CMS systems (e.g. Drupal) obviously know their own content.  So, usually it would suffice to make use of the search facilities built in to the application.  However, this doesn't always ring true -- especially when you consider that search as a service in it's own right is probably more powerful than search as a "feature" that is independently tacked on to each application in your stack.   
 +
 +
There is a series of articles about the introduction of Full Text Search (FTS) in InnoDB engine for MySQL 5.6 at https://www.percona.com/blog/2013/02/26/myisam-vs-innodb-full-text-search-in-mysql-5-6-part-1/
  
 
Users and Implementors of MediaWiki, see [[MediaWiki/Search]].
 
Users and Implementors of MediaWiki, see [[MediaWiki/Search]].

Revision as of 12:13, 10 January 2018