Job configuration specifications
| Default job name | COLLECTION_NAME_content_recs |
| Input | Searchable content from the primary collection. |
| Output | Items-for-item recommendations (the COLLECTION_NAME_content_recs collection by default) |
item_id_s
Content-based recommendations dataflow
Migrate Managed Fusion Objects
| Export an app | Import an app | Export an object | Import an object | Add an object to an app | |
| Fusion UI | App configuration | Launcher (entire app) App configuration (combine apps) | - | - | Object Explorer |
| Objects API (endpoints) | GET from export endpoint | POST to import endpoint | GET from export endpoint | POST to import endpoint | - |









Fetch Items-for-Item Recommendations (Content-Based Method)
APPName_item_item_rec_pipelines_content.json file.APPName with the name of your Managed Fusion app, such as ProductCatalog_item_item_rec_pipelines_bpr.json.APPName with the name of your Managed Fusion app, such as ProductCatalog, and save it.itemId field and returns the recommended itemId values. To get the actual items, you need to make a second query to the respective catalog collection with the returned itemId values.APPName_content_boost.json file
APPName with the name of your Managed Fusion app, such as ProductCatalog_item_item_rec_pipelines_bpr.json.APPName with the name of your Managed Fusion app, such as ProductCatalog.collection name field in the first Recommend Items for Item stage and save the file.id=itemId to be appended to the request. An example query URL to this pipeline would look like https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/query-pipelines/APPName_items_for_user_bpr_boost/collections/catalog/select?q=**:**&id=SomeItemId