Configuring Recommendation Engine


  • Add a new osgi configuration for factory config named "AEM Recommendation Engine Configuration Factory" with following properties for each Recommendation Engine:
    • Recommendation Engine Name : Name used for storing the DotProductMatrix & NodeIdIndex Map in JCR. Recommendation Engine Name is used for reading the stored recommendation engine from JCR
    • Scheduler Expression : Scheduler Expression for running the RecommendationEngine Generator on regular cadence to generate the recommendations based on newly added data
    • Data Extraction Query : JCR 2 query for extracting the data from within JCR, query should search for nodes having properties to be used for features extraction
    • Properties : Name of the properties which are used for feature extraction for generating recommendations.

Configuring Recommendation Engine