Search services Enterprise JavaBean

Enterprise Portal includes an Enterprise JavaBean (EJB) that allows developers to access and use concept-based search features. The EJB component is installed automatically, resides in EAServer, and is readily available from a Java client.

Hosting the EJB on EAServer ensures that the EJB is:

The Java package com.sybase.ep.search.PortalSearchServices performs ad hoc natural language searches against documents that have been indexed into the PortalSearch search engine. It contains the SearchHome and Search and classes, which are used to invoke the PortalSearchServices EJB.

See “Search and SearchHome Examples” later in this chapter for code samples for both classes.