差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| dokuwiki:ja:search [2006/11/09] – 作成 admin | dokuwiki:ja:search [不明な日付] (現在) – 外部編集 (不明な日付) 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 検索 ====== | ||
| + | デフォルトのテンプレートでは、一番上の検索ボックスを通じて、検索がおこなわれます。 | ||
| + | |||
| + | ===== 文法 ===== | ||
| + | |||
| + | 単語を含めるには、'' | ||
| + | |||
| + | 語句をダブルクォートでくくると、その語句を検索します。部分的な検索をするには、'' | ||
| + | |||
| + | 名前空間に限定して検索することもできます。例えば、''" | ||
| + | |||
| + | |||
| + | ===== クイックサーチ ===== | ||
| + | |||
| + | ページ名で始まる語句を入力した場合、ほとんどのブラウザでは、自動的にマッチする[[pagename]]をポップアップします。 | ||
| + | |||
| + | ===== Some Background on the Searchindex ===== | ||
| + | |||
| + | DokuWiki now uses an index to search even big wikis very fast. To be able to find anything the index needs to be filled with current data. Information about a page's content is added and updated when a page is viewed by a user. Each page includes an invisible image ([[wp> | ||
| + | |||
| + | The index consists of three files called '' | ||
| + | |||
| + | The [[indexer]] uses a language specific stopword file which contains a list of very common words which will never be indexed (eg. the word '' | ||
| + | |||
| + | If you upgraded your wiki from an older version without an index, your search won't return anything until the index is built. You can either wait until this happens by browsing your wiki or use the provided [[cli|commandline script]] for updating the index. | ||