This topic includes tips for searching WebLogic Workshop Help when you are using the local version of help on your computer. In addition to searching on simple expressions, you can perform more complex searches using boolean operators and nested expressions, as described in the following sections.
By default, WebLogic Workshop displays help content from a public BEA server available over the Internet, e-docs.bea.com. The help that is available on the e-docs server is always the most up-to-date. The e-docs server uses the Google search engine for searching Workshop Help and documentation for other BEA products as well.
A local version of the help is also installed on your machine. If you prefer to use the local documentation set instead of the online help content from e-docs.bea.com, you can set an option to specify that WebLogic Workshop displays the local help content. In the Workshop IDE, choose Tools -> IDE Properties, select the Help tab, and set the WebLogic Workshop Help Location option to "Local Disk." The search tips outlined in this topic apply only to searches made against the local help content.
Regular updates are available on e-docs.bea.com so that you can download the latest help content to your computer.
You can use the AND, OR, and NOT operators to narrow your search by creating a relationship between search terms. The following table shows how to use each of these operators. If no operator is specified, the AND operator is used. For example, the query asynchronous web service is equivalent to "asynchronous AND web AND service."
If you are searching for a term that contains more than one word, and you want to restrict the search results to return only topics that contain that phrase, you can put the phrase in quotes. For example, a query on "asynchronous web service" will return only topics containing the complete phrase asynchronous web service.
Search For |
Example |
Results |
Both terms in the same topic. |
asynchronous AND callback |
Topics containing both the words "asynchronous" and "callback" |
Either term in a topic. |
callback OR polling |
Topics containing either the word "callback" or the word "polling" or both. |
The first term without the second term. |
EJB NOT control |
Topics containing the word "EJB" but not the word "control" |
Note: The |, &, and ! characters don't work as boolean operators (you must use OR, AND, and NOT).
WebLogic Workshop topics are indexed into two index fields named title and contents. You can specify which index field you would like to search for each term in your search query by prepending the index field name to the query term. For example, you can search for the word "control" in only the topic titles by searching for title:control. contents is the default index field for all terms, so you never need to specify it.
An example of a complex query using fields is title:asynchronous page flow. This query will return only topics that have "asynchronous" in the title and "page" and "flow" in the contents.
Nested expressions allow you to create complex searches for information. For example, asynchronous AND (message NOT buffer) finds topics containing the word asynchronous and the word message but not the word buffer.
The basic rules for searching Help topics using nested expressions are as follows:
You can use parentheses to nest expressions within a query. The expressions in parentheses are evaluated before the rest of the query.
Terms within a nested expression are evaluated first. If a query does not contain a nested expression, it is evaluated from left to right.
The Search function of WebLogic Workshop Help requires that the Java Plug-in be installed and your web browser be configured to use it. The search function is provided by a Java applet that requires a JVM (Java Virtual Machine) that supports Java version 1.4 or higher. Many browsers do not provide native Java support that is current. The Java Plug-in configures your browser to use an external (and more current) JVM.
WebLogic Workshop Help is supported in Internet Explorer version 6.0 and higher.
In Internet Explorer, you are automatically prompted to download the Java Plug-in the first time you attempt to use WebLogic Workshop Help's Search function. Simply follow the instruction in the Java Plug-in download and installation dialogs. If you have a version of the Java Plug-in installed that is older than version 1.4, you will be prompted to download and install a newer version of the Java Plug-in.
The Java Plug-in installer will, by default, configure all installed browsers to use the Plug-in. This includes Netscape Navigator version 7.1 and higher and Mozilla version 1.1 and higher. You may also configure browser use of the Plug-in in the Java Plug-in Control Panel after installation.
WebLogic Workshop Help is supported in Mozilla version 1.1 and higher and Netscape Navigator version 7.1 and higher.
If you use the Mozilla or Netscape browsers, you must download and install the Java Plug-in manually before you can use WebLogic Workshop Help's Search function. On the Linux and Unix operating systems, you must also manually configure your browser to use the Java Plug-in. The Java Plug-in, which is bundled with the Java 2 Runtime Environment (J2RE or "JRE") is available at java.sun.com.
To download and install the Java Plug-in for Microsoft Windows:
To download and install the Java Plug-in for Linux and Unix:
Note: You may need root privileges to perform the following procedure.
Your browser should now use the JRE to execute all Java applets encountered on web pages. Once the Java Plug-in is installed and your browser is configured to use it, you may use the search function in WebLogic Workshop Help.