Skip to content

Backoffice Management

Iva Koevska edited this page Jan 18, 2017 · 2 revisions

NOTE: This page builds on the information provided in README.md and Wiki: Generating and Publishing Data.

You can manage the Fredhopper/SAP Hybris Connector from the hybris Backoffice.

Manage the Indexing Cron Job

You can configure, trigger, schedule, and view information about the fredhopperIndexExportJob which takes care of importing your data from hybris and exporting it to Fredhopper.

  • To manage the fredhopperIndexExportJob cron job, navigate to Backoffice > System > Fredhopper Search > Index Eport Cronjob.

Configure the Indexing Process

You can configure the parameters for your indexing process. For example, locales and meta attributes.

  • To configure the indexing process, navigate to Backoffice > System > Fredhopper Search > Index Configuration.

Manage Meta Attribute Data

You can manage the meta attribute data reffered to under the Index Configuration section from the Backoffice.

  • To configure the meta attribute data, navigate to Backoffice > System > Fredhopper Search > Meta Attribute Data.

Meta Attribute Data Example 1

  • This MetaAttribute instance defines a simple attribute mapping for the name attribute. Its value is retrieved by looking up the attribute value for the product, corresponding to the provided attribute qualifier.
  • The Fredhopper basetype is asset. It represents multilingual free text data, meant for free text search and display. This also means that name attribute data is gathered for all configured locales.
  • isVariantAttribute is set to false. This signifies that the attribute value is taken from the base product for each variant product.

Meta Attribute Data Example 2

  • This MetaAttribute instance defines the price attribute of a product.
  • Attribute Qualifier is not set because no corresponding attribute values exist.
  • Value Provider is set to indicate that the attribute value is provided dynamically.