Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/help/performance/search/ua_help_search.htm')
-rw-r--r--org.eclipse.ua.tests/data/help/performance/search/ua_help_search.htm26
1 files changed, 26 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/performance/search/ua_help_search.htm b/org.eclipse.ua.tests/data/help/performance/search/ua_help_search.htm
new file mode 100644
index 000000000..c9488e58e
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/performance/search/ua_help_search.htm
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
+<title>Help search</title>
+</head>
+<body>
+
+<h2>Help search</h2>
+
+<p>Since Eclipse 3.1, search in the workbench has been partitioned into two
+major categories: development artifact search and information search. The former
+is handled by the search dialog opened from the Search menu. The later is
+available from Help&gt;Search menu item which opens the new Help view into the
+Search page.</p>
+<p>The new information search facility uses multiple search engines run in
+parallel using the same search expression. Eclipse provides a number of
+preconfigured search engines. New engines can be added programmatically or by
+the user. All the results are collated in the Search page directly.</p>
+
+</body>
+</html>

Back to the top