A. Remove your SOLR index data files before running the next indexer cron job to avoid index corruption
B. Make sure IndexedProperties for localized attributes are configured as multi-language.
C. Add the Language to the Facet Search Configuration
D. Create a catalog Version of your product Catalog for the new language and add it to the indexed Type Configuration.
A. it is possible to change the barcode URL generation without writing customer java code (Comment - It is not possible because we have to change the implementation of de.hybris.platform.deeplink.services.impl.DeeplinkUrlServiceImpl.generateUrl(String)https://wiki.hybris.com/display/release4/Deep+Linking+-+Technical+Guide - search"BarcodeUrlResolver")
B. you can have more than one barcode URL handler (There is no barcodeurlhandler but there is barcodeurlresolver. That's why wrong.)
C. the barcode URL is always base64 encrypted
D. the barcode URL can link to a webpage outside of the hybrids' store domain
A. queries against a standalone Solr instance are sent via HTTP
B. in embedded mode Solr runs in the same JVM as the hybris server.
C. in standalone mode Solr runs in its own JVM
D. queries against an embedded Solr instance are sent via TCP
A. wizardConfig_typeName.xml: Configuration wizard, if a component is added using a wizard dialogue.
B. editorArea_<typeName>.xml: Configuration file for the WCMS Cockpit editor area.
C. In both types of processing, a rule which has previously evaluated to true, will not be reevaluated the next time the segment is evaluated in the current segment evaluation scope.
D. contentEditor_<typeName>.xml: Configuration file for Live Edit mode and in-line editing.
A. they can be synchronized with a catalog version
B. they must always extend CMSItem or one of its subtypes
C. they can only be assigned to certain content slots (Component can be assigned to any content slot)
D. they must always be assigned to a catalog version
A. automatic linking of merchant product data to price comparison services
B. repeatable transactions via secure storage of customer credit card details
C. transactional authorization of customer payments
D. traceability across entire transactions
A. they can only be assigned to a CMS site
B. they can be assigned to a CMS component or page
C. they can only be assigned to CMS component
D. they can only be assigned to CMS page
A. in "optimized processing" The evaluation of a segment will terminate as soon as a rule in that segment evaluates to false
B. in "full processing" the evaluation of a segment will not termination until all the rules in that segment have been evaluated
C. in "full processing" the evaluation of each segment is executed regardless of the result of previous evaluations
D. in "optimized processing" the evaluation of a segment can be configured to run periodically via a cron job (Comment - there is no cron job because it depends on user action, there is no role of Cron)