Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Indexing

There are two mechanisms of indexing:

...

Field Name

Save As

Description

__uid

Text Value

This is the unique item identifier. For products entity_id is used

__type

Text Value

The item type. It is one of product or content_page

category

Text Value

The field for Hierarchy

...

__uid field should be set as Primary Key

...

Field Name

Save As

Description

name

Text Value

Product name

url

Text Value

Product URL

image_url

Text Value

Product Image URL

thumbnail_url

Text Value

Product Thumbnail URL

type_id

Text Value

Magento product type

visibility

Text Value

Product visibility (“Not Visible Individually”, “Catalog”, “Search”, “Catalog, Search”)

Pricing Fields

price_regular

Numeric Value

Regular Product Price

price_final

Numeric Value

Discounted Product Price

price_regular_include_tax

Numeric Value

Regular Product Price Including tax

price_final_include_tax

Numeric Value

Discounted Product Price Including tax

price_regular_formatted

Text Value

Regular Product Price including currency sign

price_final_formatted

Text Value

Discounted Product Price including currency sign

price_regular_include_tax_formatted

Text Value

Regular Product Price including tax and currency sign

price_final_include_tax_formatted

Text Value

Discounted Product Price including tax and currency sign

price_group_<group_id>
Will be released in V2

Numeric Value

Discounted Product Price per Customer Group

price_group_<group_id>_include_tax
Will be released in V2

Numeric Value

Discounted Product Price per Customer Group Including tax

price_group_<group_id>_formatted
Will be released in V2

Text Value

Discounted Product Price per Customer Group including currency sign

price_group_<group_id>_include_tax_formatted
Will be released in V2

Text Value

Discounted Product Price per Customer Group including tax and currency sign

price_min

Numeric Value

Minimal price for configurable, bundle and grouped products

price_max

Numeric Value

Maximal price for configurable, bundle and grouped products

...

  • price_group_0

  • price_group_0_include_tax

  • price_group_0_formatted

  • price_group_0_include_tax_formatted

  • price_group_1

  • price_group_1_include_tax

  • price_group_1_formatted

  • price_group_1_include_tax_formatted

  • price_group_2

  • price_group_2_include_tax

  • price_group_2_formatted

  • price_group_2_include_tax_formatted

  • price_group_3

  • price_group_3_include_tax

  • price_group_3_formatted

  • price_group_3_include_tax_formatted

Category indexing

Re-index command

...

Content page indexing

Re-index command

Code Block
php <magento>/<path>/bin/magento indexer:reindex hawkserech_content_pages

...