Siebel Search Administration Guide > Siebel Search Configuration Using Siebel Tools > The Search Engine >

The Search Result Field Object


The Search Result Field object lists all fields that are included with and used by every search index table created for the search engine. Standard Result Fields are predefined for the search engine at installation and represent an application defined physical column in the search table, or a reserved column required by the search engine. All search tables that belong to the search engine will include and use all fields defined under Result Fields.

Siebel is installed with a default set of Search Engine Result Fields. There is no need to create additional fields, unless you have a requirement. For instructions on how to customize the result fields see Advanced Configuration of Search Operations.

Rules and Assumptions

  • All fields defined here will be created for all the search tables belonging to the search engine.
  • Some of these fields can be customized for each search definition.

Properties

Table 7 lists the properties for the Search Result Field object.

Table 7.  Search Result Field Object Properties
Property
Required
Description
Comments

Column Name

Required

The name of the physical column in the search index that varies with the vendor of your database software.

These columns may contain a column name or a function.

Create Column Flag

Optional

A flag that denotes which columns will be actually created in the Search Table.

Some fields defined are system columns that need not be explicitly created. They are automatically created by the search engine.

Data Type

Optional

Specifies the data type of the column. Valid values are varchar, char, and apvarchar.

Required only for fields that are flagged TRUE in the Create column.

Index Mode

Optional

Specifies the index mode of the column. Valid values are literal, none, and normal.

The index mode specifies the type of indexing that is applied on the values.

Name

Required

The logical name of the field.

 

Text Length

Optional

The amount of storage, in bytes, allocated to a field.

 

Type

Required

A picklist with valid values displayed.

Attribute Type can take the following values: System, Data (Public), Data (Private). None of the predefined fields can be deleted. Additionally, Data (private) fields cannot be customized.

Siebel Search Administration Guide