Difference between revisions of "Reference:BlueSpiceExtendedSearch"
m (Text replacement - "For detailed description and usage please visit our" to "For detailed description and usage, visit our") |
m (Tag: Visual edit) |
Extension: BlueSpiceExtendedSearch
Overview | |||
---|---|---|---|
Description: | Full-text search in articles and files, faceted search, fuzzy search, spellchecker and sorting as well as search-as-you-type and auto-complete functionality. | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL v3 only |
Type: | BlueSpice | Category: | Search and Navigation |
Edition: | BlueSpice free | ||
Features[edit source]
Contents
-
1 Extension: BlueSpiceExtendedSearch
- 1.1 Features
- 1.2 Description 1.3
- Usage / Features
- 1. 4
- 3 Technical information 4
- 4
- 4
- 1. 5 User manual
- 4 More info
- 1. 6 Try free our BlueSpice
Description[edit | edit source]
BlueSpiceExtendedSearch replacesExtendedSearch replaces the default MediaWiki search engine. It is based on ElasticSearch engine, and provides many improvements over the standard MediaWiki search both in terms of quality of indexed content and user interface.
Usage / Features[edit | edit source]
- Search titles.
- Search the full content.
- Search uploaded or linked files (Office documents and PDFs).
- Search image data.
- Search-as-you-type and auto-complete.
- Ignore upper and lower case (case-insensitive).
- Search with the operators AND, OR, NOT.
- Search with wildcards.
- Search for phrases.
- Fuzzy search.
- Sentence components.
Technical information[edit | edit source]
Configuration[edit | edit source]
Some aspects of this extension can be configured on Special:BlueSpiceConfigManager, under section "ExtendedSearch". Here wiki administrators can configure:
- Number of suggestions matching search term.
- Default search method - fulltext or title.
- Location of external directories to index, eg: D:\MyDirectory.
- External URL to index from.
- Number of highlight snippets.
- File extensions to index.
- Types of files/pages to index.
- Number of results on special page.
- Namespaces for "Similar pages".
- Number of facets.
- Various search preferences.
- Solr core instance - name of Solr core holding wiki index.
- Ping time (in seconds).
- Sorl URL - URL to the Solr service - must be accessible to the wiki.
- external file paths
- layout of the autocomplete box
- language filter
- exclude patterns
Rights (permissions)[edit | edit source]
Users are required to have "extendedsearch-viewspecialpage" permission in order to see search result special page.
Requirements[edit | edit source]
This extension requires BlueSpiceFoundation.
ExtendedSearch requires an external service - Solr which acts as a backend for the search. To set up this service, software like Tomcat is needed to run Solr.
User manualand Elasticsearch.
More info[edit | edit source]
For detailed description and usage, visit our user manual help page.
Try free our BlueSpiceDemo[edit | edit source]
Test the search functionality in our BlueSpice Demo.
{{DISPLAYTITLE:ExtendedSearch}} {{BSExtensionInfobox |desc=Full-text search in articles and files, faceted search, fuzzy search, spellchecker and sorting as well as search-as-you-type and auto-complete functionality. |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice free |active=Yes |compatible=BlueSpice |category=Search and Navigation |license=GPL v3 only |docu=https://www.mediawiki.org/wiki/Extension:ExtendedSearch }} __TOC__ ==Description== '''BlueSpiceExtendedSearch''' replaces '''ExtendedSearch''' replaces the default MediaWiki search engine. It is based on ElasticSearch engine, and provides many improvements over the standard MediaWiki search both in terms of quality of indexed content and user interface. ==Usage / Features== *Search titles. *Search the full content. *Search uploaded or linked files (Office documents and PDFs). *Search image data. *Search-as-you-type and auto-complete. *Ignore upper and lower case (case-insensitive). *Search with the operators AND, OR, NOT. *Search with wildcards. *Search for phrases. *Fuzzy search. *Sentence components. ==Technical information== ===Configuration=== Some aspects of this extension can be configured on [[Special:BlueSpiceConfigManager]], under section "ExtendedSearch". Here wiki administrators can configure: *Number of suggestions matching search term. *Default search method - fulltext or title. *Location of external directories to index, eg: D:\MyDirectory. *External URL to index from. *Number of highlight snippets. *File extensions to index. *Types of files/pages to index. *Number of results on special page. *Namespaces for "Similar pages". *Number of facets. *Various search preferences. *Solr core instance - name of Solr core holding wiki index. *Ping time (in seconds). *Sorl URL - URL to the Solr service - must be accessible to the wiki. external file paths *layout of the autocomplete box *language filter *exclude patterns ===Rights (permissions)=== Users are required to have "extendedsearch-viewspecialpage" permission in order to see search result special page. ===Requirements=== This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. ExtendedSearch requires an external service - Solr which acts as a backend for the search. To set up this service, software like Tomcat is needed to run Solr. ==User manual and [[Setup:Installation Guide/System Preparation/Linux/Elasticsearch|Elasticsearch]]. ==More info== For detailed description and usage, visit our [[Manual:Extension/ExtendedSearch|user manual]]. ==Try free our BlueSpice== help page]]. ==Demo== Test the search functionality in our [https://en.demo.bluespice.com/wiki/Main_Page BlueSpice Demo.] [[de:Referenz:{{PAGENAME}}]] [[en:Reference:{{PAGENAME}}]] [[Category:BlueSpice free]] [[Category:Extension]] __FORCETOC__
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:ExtendedSearch}} | ||
{{BSExtensionInfobox | {{BSExtensionInfobox | ||
|desc=Full-text search in articles and files, faceted search, fuzzy search, spellchecker and sorting as well as search-as-you-type and auto-complete functionality. | |desc=Full-text search in articles and files, faceted search, fuzzy search, spellchecker and sorting as well as search-as-you-type and auto-complete functionality. | ||
Line 13: | Line 14: | ||
__TOC__ | __TOC__ | ||
− | + | '''ExtendedSearch''' replaces the default MediaWiki search engine. It is based on ElasticSearch engine, and provides many improvements over the standard MediaWiki search both in terms of quality of indexed content and user interface. | |
− | |||
− | ''' | ||
==Usage / Features== | ==Usage / Features== | ||
Line 36: | Line 35: | ||
Some aspects of this extension can be configured on [[Special:BlueSpiceConfigManager]], under section "ExtendedSearch". Here wiki administrators can configure: | Some aspects of this extension can be configured on [[Special:BlueSpiceConfigManager]], under section "ExtendedSearch". Here wiki administrators can configure: | ||
− | * | + | *external file paths |
− | + | *layout of the autocomplete box | |
− | + | *language filter | |
− | + | *exclude patterns | |
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | |||
− | * | ||
− | |||
− | |||
===Rights (permissions)=== | ===Rights (permissions)=== | ||
Line 57: | Line 45: | ||
===Requirements=== | ===Requirements=== | ||
− | This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]] | + | This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]] and [[Setup:Installation Guide/System Preparation/Linux/Elasticsearch|Elasticsearch]]. |
− | |||
− | |||
− | == | + | ==More info== |
− | For detailed description and usage, visit our [[Manual:Extension/ExtendedSearch| | + | For detailed description and usage, visit our [[Manual:Extension/ExtendedSearch|help page]]. |
− | == | + | ==Demo== |
− | [https://en.demo.bluespice.com/wiki/Main_Page BlueSpice Demo.] | + | Test the search functionality in our [https://en.demo.bluespice.com/wiki/Main_Page BlueSpice Demo.] |
[[de:Referenz:{{PAGENAME}}]] | [[de:Referenz:{{PAGENAME}}]] | ||
Line 74: | Line 60: | ||
[[Category:BlueSpice free]] | [[Category:BlueSpice free]] | ||
[[Category:Extension]] | [[Category:Extension]] | ||
+ | __FORCETOC__ |