Help:Search
From semantic-mediawiki.org
Table of Contents | |
---|---|
Built in search features of MediaWiki may not be sufficient for some use cases, you might especially be interested in
- the possibility of searching for semantic properties or doing faceted search (search that can be narrowed down by semantic properties)
- the possibility of searching inside the contents of uploaded files (e.g. PDF documents)
- the possibility of including search results outside of your (Semantic) MediaWiki instance (e. g. other websites / wikis or documents residing on a file system)
Semantic search[edit]
- Browsing interfaces provides an overview of built in options of Semantic MediaWiki, most of them are not quite suitable for the occasional user of an Semantic MediaWiki powered site, but more targeted to power users.
- Special page "Browse"Shows all properties and their values annotated to a page
- Special page "SearchByProperty"Allows to search the wiki by properties or property value combinations
- Special page "PageProperty"Allows to search all values of a given property on the wiki or a given page
- Semantic search
- Full-text search
- Case insensitive search
- Search feature "SMWSearch" allowing to select pages via the wiki's standard search interface
- Search feature "SMWElasticSearch" allowing to use Elasticsearch as the standard search backend for semantic content
Other built-in options[edit]
- Extension "Semantic Result Formats"Provides additional formats for semantic queries provides the result format "Filtered"Displays query results as switchable views, offers to filter
- Extension "Semantic Drilldown"A drilldown interface for navigating through semantic data provides a different possibility of a faceted search
- Extension "Page Forms"Allows to create and use forms for adding and editing pages with and without semantic data can be used to define query forms. You can customize the fields you want to provide for searching to the users as well as the results to be displayed
None of these options provide the possibility to include sources from outside of the wiki.
External search[edit]
- Extension "CirrusSearch" (MediaWiki.org) a search extension, a better option for larger sites, powered by Elasticsearch
- Extension "ExtendedSearch" (MediaWiki.org) a search extension, a better option for smaller sites, powered by Lucene Search - Solr
- Extension "SphinxSearch" (MediaWiki.org) a search extension, a better option for smaller sites, powered by Sphinx Search