Managed Fusion Admin APIs
Property | Description |
---|---|
signals | Create a parallel collection for the storage of signals data (such as user clicks, or ratings). Signals will need to be indexed and aggregated in order to be used. See the section on Signals for more information. |
partitionByTime | Partition incoming data in the corresponding Solr collection by time without manual maintenance. Once a collection is configured for time-base partitioning, Fusion automatically ages out old partitions and creates new ones, using the configured partition sizes, expiration intervals, and so on. |
recommendations | Get configuration information about recommendations. Parameters (params ) are: ● idField . The document field that contains the document ID. ● itemsForUser . Whether items-for-user recommendations are enabled (true ) or disabled (false ). ● itemsForQuery . Whether items-for-query recommendations are enabled (true ) or disabled (false ). ● itemsForItem . Whether items-for-query recommendations are enabled (true ) or disabled (false ). ● queriesForQuery . Whether queries-for-query recommendations are enabled (true ) or disabled (false ). |