The help system includes a search engine that can run simple or complex queries on the documentation to help you find the information you are looking for.
To search help:
Alternatively, you can search from the Help window using the Search field at the top of the window.
If the search yields too many results, the information you are looking for may 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:
Changing the appearance of the results
Two buttons on the toolbar can be used to change the way results are displayed. The Show result categories button, when pressed, will cause the results to be grouped by book. The Show result descriptions button, when pressed, causes descriptions to show.
By default, when a search result is selected, the search terms that were used to find the document will be highlighted. By using the Highlight Search Terms toolbar button, you can toggle this feature on and off. This button is available in both the help window and the help view and each will remember the state of the button for displaying subsequent search results.
Follow the following search expression rules for searching local help content:
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. Note: The search engine does not accept terms with a wild card at first character position.
"creating projects"
returns topics that contain the entire phrase creating projects. Topics where the words creating and projects are not consecutive are not returned.
plugin.xml
returns hits on topics that contain 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 you cannot locate information in the local help, you can extend search scope to remote info-center or search engines.
To enable search engines:
In addition to search engines provided, you may define additional search engines.
To define a new search engine:
{expression}
in the place of search expression.By default, changing search scope modifies the search scope named "default". You can define multiple search scope. They will be saved, allowing to quickly change search scope to one of them.
To define a new search scope:
Changes to the search scope affect current search scope.
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 and whether prebuilt indexes are installed. Results of the search will be available upon completion of the indexing process.
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.