aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/search_engine/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/search_engine/index.html')
-rw-r--r--files/ja/glossary/search_engine/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/ja/glossary/search_engine/index.html b/files/ja/glossary/search_engine/index.html
new file mode 100644
index 0000000000..96e434f0ad
--- /dev/null
+++ b/files/ja/glossary/search_engine/index.html
@@ -0,0 +1,35 @@
+---
+title: Search engine (検索エンジン)
+slug: Glossary/Search_engine
+tags:
+ - Definition
+ - Glossary
+ - Indexing
+ - Search Engine
+ - Searching
+ - Web Crawling
+ - WebMechanics
+ - World Wide Web
+ - details
+ - google
+translation_of: Glossary/Search_engine
+---
+<p>検索エンジンは {{Glossary("World Wide Web")}} から情報を集めて、特定の情報を探しているユーザーに表示するソフトウェアです。</p>
+
+<p>検索エンジンは下記のプロセスを実行します:</p>
+
+<ul>
+ <li><strong>ウェブクローリング: </strong>ウェブページのサイト内、サイト外両方への {{Glossary("Hyperlink", "ハイパーリンク")}} を伝ってウェブサイトを検索します。ウェブサイトのオーナーは検索エンジンの<em>ウェブクローラー</em> (またはスパイダー) からサイトのエリアにアクセスされるのを除外できて、その方法は "ロポット排除" 情報を <code>robots.txt</code> というファイル名で定義します。</li>
+ <li><strong>インデックス作成:</strong> クロール済みの特定のウェブページを、キーワードとその他の情報とで関連付けます。これでユーザーが関連するページを可能な限り速く見つけられます。</li>
+ <li><strong>検索:</strong> 検索エンジンに与えられたキーワードとその他のコマンドでできたクエリに基づいて関連するウェブページを探します。検索エンジンはクエリにマッチしたページの URLs を見つけると、関連性を元にランク付けします。そしてランキングの順番でユーザーに結果を表示します。</li>
+</ul>
+
+<p>最も人気の検索エンジンは Google です。その他の主な検索エンジンには Yahoo!, Bing, Baidu, AOL があります。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
+
+<ul>
+ <li>Wikipedia の <a href="https://en.wikipedia.org/wiki/Web_search_engine">Web search engine</a></li>
+ <li>Webopedia の <a href="https://www.webopedia.com/TERM/S/search_engine.html">Search engine</a></li>
+ <li>How Stuff Works の "<a href="https://computer.howstuffworks.com/internet/basics/search-engine.htm">How Internet search engines work"</a></li>
+</ul>