<primarycollectionname>_signals
. So, if your main collection is named products
, the associated signals collection is named products_signals
. The signals collection is created automatically when signals are enabled for the primary collection. Signals are enabled by default whenever a new collection is created.
Signals are indexed just like ordinary documents. The signals collection can be searched like any other collection, for example by using the Query Workbench with the signals collection selected.
See signals types and structure for more information.
sales_rank
field to recommend the most popular products, or boost on the date_added
field to recommend the newest items.