Source

This is the configuration to the source (Wire OC).

CCA

Name of the config key store key containing the url for the CCA API.

${DBKS:CCA_URL}

LCC

Enter the provider information from Content-Agent

Example:

{
    "ocProvider": "wire-provider",
    "qsProvider": "wire-provider"
}

ICP

Example:

{
    "provider": "wire-imengine",
    "identifier": "uuid",
    "functions": {
        "noCrop": "noCrop",
        "crop": "crop",
        "fullSize": "fullSize"
    }
}

Here you will find example of how to write the functions for Wire ICP Configuration for IMEngine.

QS properties

This is an array with string with properties to match the properties to search in for the query streamer. They should match the properties that are set as the free text search in Wire open content.

Example:

[
    "ArticleBody",
    "ArticleMetaChannels",
    "ArticleMetaNewsValue",
    "ArticleMetaSections",
    "Name",
    "Text",
    "WriterAuthors",
    "WriterHeadlines"
]

Last updated