mainentity

Main entity

The main entity is what the search domain data represents.

Syntax:

mainentity Entity {
[ Title ] [ UrlWin ] [ UrlRWC ] [ IndexWhereStmt ] Attributes Aggregates
}

mainentity   Movie {
   title        "movie_id||' - '||title";
   attributes {
      key       MovieId       Number;
      indexed   Title         Text;
   }
   aggregates {
      array     Cast          MovieActor(MovieId);
   }
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.