Extension:CirrusSearch/CompletionSuggester/ja

This page is a translated version of the page Extension:CirrusSearch/CompletionSuggester and the translation is 12% complete.

The Completion Suggester is the default option for search-as-you-type suggestions. It was initially designed to provide a more fluent user experience.

Better search result ranking

The completion suggester features a totally new method for ranking search results. In general, you should see more relevant search results for your queries, with the effect being particularly pronounced for shorter queries. The new method also incorporates page views into the rankings, so that pages which are viewed more often are ranked slightly higher than pages which are viewed less frequently.

Tolerance for typos and stop words

The completion suggester is tolerant to small typos. This includes the following types of typos:

  • Up to two typos in the word
  • Typos at the beginning of the word if the user typed more than 3 letters
  • Missing or extra spaces are considered as a typo
  • If the page has redirects with very common typos it will cover more typos (e.g. alber ensten will properly suggest Albert Einstein even if there's more than two typos)
既定のアルゴリズム Completion Suggester

The completion suggester is also tolerant to stop words. If the user forgot to type a leading article like The the suggestions will get displayed. Searching for lord rings will properly suggest all pages related to The Lord of the Rings.

Fewer typos suggested

Redirects with typos are sometimes added to popular pages and the default suggestion algorithm will simply display the redirect as is. The Completion Suggester will attempt to display the proper title if the redirect is close enough. Searching for Airton Senna will properly suggest Ayrton Senna. This is useful to avoid displaying obviously wrong redirects like Unietd States.

Ranking criteria

The system is using a combination of multiple factors to rank the suggestions:

  • quality based metrics
    • the page size
    • the number of sections
    • the number of external links
    • the number of redirects
    • the number of incoming links
    • the set of template boosts if configured
  • popularity based metrics with the number of weekly pageviews

if you are curious to know how the score is computed for a particular page please see the cirruscompsuggestbuilddoc action API property, for example see an explanation of how the w:Algorithm page is constructed and scored by the completion suggester: cirruscompsuggestbuilddoc on en:Algorithm (note the score_explanation section).

個人設定

The completion suggester feature has a preference tab in Special:Preferences to configure the search-as-you-type suggestions.

Completion suggester

  • 既定(推奨)
    • 最大2個までのタイプミスを修正します。メインの題名とよく似たリダイレクトを除去します。
  • 部分文字列検索(長いページタイトルには推奨)
    • 2つまでの誤字を修正します。よく似たリダイレクトを解決します。タイトルの一部にマッチします。
  • 完全一致モード(上級)
    • タイプミスは修正しません。アクセントは織り込みません。完全一致のみです。
  • リダイレクトモード(上級)
    • タイプミスは修正しません。よく似たリダイレクトのみ解決します。
  • 部分一致のリダイレクトモード(上級)
    • タイプミスは修正しません。よく似たリダイレクトを解決します。タイトルの一部と一致します。

接頭辞検索

The legacy search-as-you-type suggestion algorithm.

  • クラシックな前方一致検索
    • タイプミスは修正しません。タイトルに対して前方一致で検索します。

制限

  • The completion suggester is enabled only for the main namespace. Searching with a namespace prefix will disable the Completion Suggester and fallback to the default algorithm.