Working with Search Domains

Developing search domains code is done by creating a model only. All code is automatically generated when the model is saved. However, the main entity needs to have a reference to the search domain.

Step 1


Modeling

The search domain is defined in a single model file that contains both the data structure and the text index settings. See: Model Syntax for Searchdomain for model syntax description.

When the model is saved, several files are automatically generated.

  1. PL/SQL implementation file
  2. Meta data insert script

Step 2


Make search domain apply to entity

When creating a Search Domain you need to make some changes to the Entity model and code. See: Apply Search Domain to Entity for details.

Note:   The first time you enable a search domain the text index will be created. The main database table for your entity (that is the LU table) will be locked until the index has been created.

There are few things to know before starting the search domain modeling.

Please refer the IFS Applications Technical Documentation to continue with Search Domain. You will find more information on deploying, enabling , disabling search domains in there.


This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.