APP_NAME_job_reports | Output from Managed Fusion experiments, Ranking Metrics jobs, and Head/Tail Analysis jobs. | 1 per app |
APP_NAME_query_rewrite | A collection of documents to use for rewriting queries, optimized for high-volume traffic. These documents originate from the COLLECTION_NAME_query_rewrite_staging collection. Certain Managed Fusion query pipeline stages read from this collection: ● Text Tagger ● Apply Rules ● Modify Response with Rules | 1 per app |
APP_NAME_query_rewrite_staging | A collection of documents created by the Rules Editor or by certain Managed Fusion jobs, not optimized for production traffic. Documents move from this collection to the COLLECTION_NAME_query_rewrite collection as follows: ● Job output documents with high confidence contain a review=auto field and are moved to the COLLECTION_NAME_query_rewrite collection automatically. ● Job output documents with low confidence contain a review=pending field. When these are approved by a Managed Fusion user, Managed Fusion copies them to the COLLECTION_NAME_query_rewrite collection. | 1 per app |
COLLECTION_NAME_signals | A search query logs and signals collection. | 1 per collection |
COLLECTION_NAME_signals_aggr | A collection for aggregated signals. | 1 per collection |
APP_NAME_user_prefs | A collection of data to support App Studio’s social features, such as user-generated tags, bookmarks, comments, ratings, and so on. | 1 per app |
Property | Description | Default behavior |
---|---|---|
signals* | The signals property determines whether to create auxiliary collections with suffixes _signals and _signals_aggr . | When you create a collection in the Managed Fusion UI, signals defaults to true. When you create a collection using the Managed Fusion API, this property defaults to false. |
searchLogs | The searchLogs property determines whether to create an auxiliary search query logs collection with suffix _logs . | When you create a collection in the Managed Fusion UI, this property defaults to true. When you create a collection using the Managed Fusion API, this property defaults to false. |