Resource Description Area

Resource description area shows a short content of the selected document. This content is being extracted from the first 200 visible characters of the document or "Description" Meta tag. This tag can be used in the following manner:

<HTML>
<HEAD>
 <TITLE>This is the title</TITLE>
 <META NAME="DESCRIPTION" CONTENT="This is a short document description.">
</HEAD>
<BODY>

You can include description field in your index database in two simple steps:

Step 1: Store "description" field

Open index profile settings and choose "Data Mappings" panel. Select "Description Meta tag" definition and set its "Store As" field to "description". Don't forget to rebuild index database after this change.

Using "description" field in QuestAgent Lite:

"Data Mappings" panel is not accessible in the QuestAgent Lite. However, "description" field can be supported manually:

Step 2: Make description area visible

Description area is hidden by default. To make it visible you need to define the following parameters:

SearchApplet (Simple Search)

geom.description.visible

Set this parameter to true to make it visible.

geom.description.rows

Number of visible rows. Default value is 3.

FieldedSearchApplet (Search by Field)

In FieldedSearchApplet description area can be controlled independently for every document collection. The following parameters have been provided:

collection<num>.description.visible

Set this parameter to true to make it visible.

collection<num>.description.rows 

Number of visible rows. Default value is 3.

In addition, to control appearance of description area you can use geom.description.* parameters.

 

 


Copyright © 1997, 1999 JObjects - All right reserved.
contact@jobjects.com