Oracle Ultra Search Sample Application Readme

Table of contents

1. Introduction
2. Sample application files
3. Setting up the sample applications

1. Introduction

Oracle Ultra Search provides a fully functional sample application for querying indexes and displaying the query results. The sample application is provided as a Java Server Page (JSP) application. The sample query application is able to view search results that refer to web pages, database table row content and local files.

In addition to the sample query application, Oracle Ultra Search also provides a sample Mailing List Browser written in JSP. The Mailing List Browser can be used to display email addressed to mailing lists that have been indexed by the Ultra Search system.

The sample JSP query application invokes the Oracle Ultra Search Java Query API. The Mailing List Browser invokes the Oracle Ultra Search Email API.

The sample applications are fully functional and can be minimally customized to support the look-and-feel of your organization. Alternatively, you can build your own sample applications from scratch. If you decide to do so, you can still refer to the sample application code for an understanding of how to invoke the various Oracle Ultra Search APIs.

Complete and comprehensive documentation on each API is provided in the following documents:

2. Sample application files

3. Setting up the sample applications

3.1 Setting up the JSP sample application

Detailed instructions on setting up the Sample JSP Query Application and the Sample JSP Email Browser are located in the Oracle Ultra Search document titled "Installing the Ultra Search Middle-Tier Components on web server hosts".

3.2 Using the framed versions of the sample applications

The non-framed versions of the Sample Query Appications and the Mailing List Browser Application are preferred above the framed versions. This is because framed HTML pages are often inconsistently rendered, depending on the browser type as well as the browser settings.

However, if you prefer to invoke the framed version of the Sample JSP Query Appication, simply invoke gsearchf.jsp instead of gsearch.jsp.

If you prefer to invoke the framed version of the Mailing List Browser Application, the easiest solution is to rename the mailreaderf.jsp and mailutilf.jsp files as mailreader.jsp and mailutil.jsp respectively. You should first copy the original mailreader.jsp and mailutil.jsp files to a safe place before doing so.