Difference between revisions of "Search"

From Freephile Wiki
Jump to navigation Jump to search
(fix image)
(extracted CirrusSearch and Elasticsearch content into it's own page)
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
=== Semantic Web Search ===
 
=== Semantic Web Search ===
[[Image:Semantic Web Search Logo.png|thumb]]
+
[[Image:Logo.png|thumb]]
 
# http://swoogle.umbc.edu Semantic Web Search
 
# http://swoogle.umbc.edu Semantic Web Search
  
 
=== Searching for Multimedia ===
 
=== Searching for Multimedia ===
Want free graphics (as in Libre Graphics)?
+
When searching for unrestricted graphics content, it is hard to beat the huge commons of Wiki commons.  Use the search engine on toolserver.org to find the images or other media you're looking for.  http://toolserver.org/~tangotango/mayflower/  Any image found there can be used under the terms of the (creative commons) license listed -- meaning it can be used here or on your website.
  
When searching for unrestricted graphics content, it is hard to beat the huge commons of [https://commons.wikimedia.org/wiki/Main_Page WikiMedia Commons].  Any image found there can be used under the terms of the (creative commons) license listed -- meaning it can be used here or on your website.
+
=== Native (Application) Search ===
 +
Applications such as this wiki (runs on MediaWiki), and CMS systems (e.g. Drupal) obviously know their own content.  So, if you are looking for something and want the best results for those applications, you should make use of the direct search facilities in the application. 
 +
# [[mw:Search]] helps you learn and understand the search capabilities of this system
 +
# Note that the simplest enhancement you can make to a small-scale installation is to tweak the MySQL stopwords and word-lengthHowever, the built-in search capability of MediaWiki is actually not that great.  See the section below on CirrusSearch
  
Flickr also has millions of images licensed under creative commons licenses: https://www.flickr.com/creativecommons/
+
Note that this wiki and the CMS systems also provide an 'OpenSearch' implementation that lets you use your browser's search toolbar to directly search these applications.
 
 
=== 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.
 
  
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/
+
The MediaWiki system now includes a Ajax 'suggest' feature while you type in the search box.  Setting is a UPO or User Preference Option that you control in your user settings.
  
Users and Implementors of MediaWiki, see [[MediaWiki/Search]].
+
If you're a sysop for a MediaWiki site, you probably want to install the [[mw:Extension:Replace_Text]] so that you can search and replace strings in your content.
  
 
== General ==
 
== General ==
[[File:Apache Solr Front Cover.jpg|200px|right|reviewed by Greg Rundlett|link=https://books.google.com/books?id=9jByAgAAQBAJ&pg=PT24&source=gbs_toc_r&cad=3#v=onepage&q&f=false]]
 
 
Google offers a service called the [http://www.google.com/coop/cse/ Google Custom Search Engine].  The Google CSE is much like the 'normal' Google, but is configured to include only domains that you want.  Additionally, the domains can be grouped into 'realms' that can be used to assist the user to find content according to functional area.
 
Google offers a service called the [http://www.google.com/coop/cse/ Google Custom Search Engine].  The Google CSE is much like the 'normal' Google, but is configured to include only domains that you want.  Additionally, the domains can be grouped into 'realms' that can be used to assist the user to find content according to functional area.
  
Line 35: Line 34:
 
# The index will not allow custom data formats or indexes that you create... it's Google's algorithms for better or for worse.
 
# The index will not allow custom data formats or indexes that you create... it's Google's algorithms for better or for worse.
  
To meet these needs, use a product like [[mnoGoSearch]], [[mw:Apache Solr|Apache Solr]] or [[mw:Nutch]] which you are free to install and configure to suit your requirements.
+
To meet these needs, use a product like [[mnoGoSearch]] [[mw:Apache_Solr]] or [[mw:Nutch]] which you are free to install and configure to suit your requirements.
  
See [[wp:Category:Internet search engines|Category:Internet search engines]] for a list of search engine solutions.
+
See [[wp:Category:Internet_search_engines]] for a list of search engine solutions.
  
 
== Editors ==
 
== Editors ==
Line 46: Line 45:
 
=== Search your code.  Can you 'grok' it? ===
 
=== Search your code.  Can you 'grok' it? ===
 
[[File:Opengrok-analysis.png|right]]
 
[[File:Opengrok-analysis.png|right]]
LXR The [http://lxr.linux.no/ Linux Cross Reference]  is probably the first widely used web-based code cross-reference tool.  Along came [http://opengrok.github.io/OpenGrok/ OpenGrok] which started out as a project at Sun (which was bought by Oracle) and now the project lives on its own in the open.  OpenGrok is '''lightening fast''' and is actively maintained as an open source project on GitHub.  By the way, the underlying search is powered by SOLR.  Meanwhile, [http://kohsuke.org/ Kohsuke Kawaguchi] the magic man behind Jenkins (n�e Hudson), also wrote [http://sorcerer.jenkins-ci.org/ Sorceror] which understands semantics in Java.  Sadly, Sorceror code hasn't been touched in 4 years and doesn't seem to be an active project - but for Java codebases, it's probably still a good option.
+
LXR The [http://lxr.linux.no/ Linux Cross Reference]  is probably the first widely used web-based code cross-reference tool.  Along came [http://opengrok.github.io/OpenGrok/ OpenGrok] which started out as a project at Sun (which was bought by Oracle) and now the project lives on its own in the open.  OpenGrok is '''lightening fast''' and is actively maintained as an open source project on GitHub.  By the way, the underlying search is powered by SOLR.  Meanwhile, [http://kohsuke.org/ Kohsuke Kawaguchi] the magic man behind Jenkins (Hudson), also wrote [http://sorcerer.jenkins-ci.org/ Sorceror] which understands semantics in Java.  Sadly, Sorceror code hasn't been touched in 4 years and doesn't seem to be an active project - but for Java codebases, it's probably still a good option.
  
 
=== Browser extensions / Web Apps ===
 
=== Browser extensions / Web Apps ===

Revision as of 12:41, 30 January 2016