Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

When you make a search on Datafari, once SearchProxy's doGet, two queries are sent:

  • One is sent to FileShare to retrieve the documents
  • Another is sent to the PromoLink core.
    • If a promolink is found, there will be a check of the dates (if those are filled).
    • If dates are not filled, the promolink will be considered as valid and it will be put in the promolinkSearchComponent key of the json object returned at the end.
    • Then the promolink widget will print it at the beginning of the result list.

 

The Solr fieldtype chosen for the field keywork is named capsuleType :

...