Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatyam Kandula2012-01-25 15:44:44 +0000
committerSatyam Kandula2012-01-25 15:44:44 +0000
commitc27ed950823c653614741fd79e3a625e0a0bdd28 (patch)
treee5638172aa4cecaf3c5c6f2bae78d4e203cc93b4
parent61c015ccb4daa9853e5cb7eab72d58ff63d17250 (diff)
downloadeclipse.jdt.core-c27ed950823c653614741fd79e3a625e0a0bdd28.tar.gz
eclipse.jdt.core-c27ed950823c653614741fd79e3a625e0a0bdd28.tar.xz
eclipse.jdt.core-c27ed950823c653614741fd79e3a625e0a0bdd28.zip
Javadoc for index packagev20120125-1544
-rw-r--r--org.eclipse.jdt.core/search/org/eclipse/jdt/core/index/package.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/search/org/eclipse/jdt/core/index/package.html b/org.eclipse.jdt.core/search/org/eclipse/jdt/core/index/package.html
new file mode 100644
index 0000000000..ea16568d31
--- /dev/null
+++ b/org.eclipse.jdt.core/search/org/eclipse/jdt/core/index/package.html
@@ -0,0 +1,19 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="Author" content="IBM">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]">
+ <title>Package-level Javadoc</title>
+</head>
+<body>
+Provides support for generating indexes that can be used by the JDT search engine.
+<h2>
+Package Specification</h2>
+This package provides support for generating indexes that can be used by the search engine. The search engine
+indexes all the elements referred in the classpath entries of the project into
+index files. These index files are used to search the elements faster. Indexing for bigger jars could
+take some time. To avoid this time, one can generate the index file and specify it when the jar is added
+to the classpath of the project.
+</body>
+</html>

Back to the top