The help system includes a powerful full-text search engine that runs simple or complex queries on the documentation to help you find the information you are looking for.
To search the online help:
Tip: You can also search the documentation from inside the Workbench by selecting Search > Help. Type in search terms, optionally select the books you want to search, and click Search. The results will be shown in the Search view. Double-click a result to open the help browser to that topic.
Remember the following search expression rules:
Java project
returns topics that contain the word Java and the word project, but does not return topics that contain only one of these words.
applet OR application
returns topics that contain the word applet or the word application (or both).
servlet NOT ejb
returns topics that contain the word servlet and do not contain the word ejb. Note: NOT only works as a binary operator (that is, "NOT servlet" is not a valid expression).
par?
returns topics that contain part or park, but not participate. On the other hand:
par*
returns topics that contain part, park, participate, pardon, and so on.
"creating projects"
returns topics that contain the entire phrase creating projects, and not creating or project on its own. This expression will also return hits on stemmed versions of the phrase, including created projects and create project.
plugin.xml
returns hits on topics that contain plugin.xml, plugin, and xml, which is likely broader than you want. If you want to find just those topics containing plugin.xml, use double quotes, as in:
"plugin.xml"
Workbench
returns topics that contain 'workbench', 'Workbench', 'WorkBench', and 'WORKBENCH'.
If the result set is very large, the information you are looking for might not appear in the top 10 or 15 results. You can then refine the search to reduce the number of results.
To refine a search:
The first time you search the online help, the help system might initiate an index-generation process. This process builds the indexes for the search engine to use. It may take several minutes, depending on the amount of documentation.
Each time you add or modify the documentation set (for example, when you install a new feature or update an existing one), the index will be updated to reflect the new information set.