Promolinks are indexed in a solr Core.
A Promolink contains five fields :
- a keyword (mandatory field) which is unique since it is also the id of the PromoLink,
- a title (mandatory field),
- a content (mandatory field),
- a starting date (before this date the PromoLink will not be displayed) (optional),
- an ending date (after this date the capsule will not be printed) (optional).
You can see all the existing Promolinks in the Admin UI. You can also add or delete or edit a Promolink on this page. This UI communicates with the admin servlet which communicates with the solr core.