Versions Compared

Key

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

...

  1. Removal of an old/non-current index if max number of indices have been created for your engine

  2. Creation of fields and facets on the dashboard - if not created earlier

  3. Creation of a new index

  4. Addition and build of hierarchical data if applicable

  5. Item addition/indexing

  6. Rebuild All indices - this includes rebuilding the indices other than the data index which are Autocomplete index, Percolator, Learning Search and Related Searches.

  7. Setting the new index as the current index

...

Depending on the version and implementation strategy of Hawksearch applicable to your engine, one or more options below can help create a full index rebuild request:

Info

For Hawksearch v2.0L to v4.0L

  1. Clicking the Rebuild Index button on the workbench:

  2. Sending a request through the dashboard API without additional parameters:
    Using Dashboard API to Rebuild Indexes - Hawksearch Knowledge Base - Confluence (atlassian.net)

...

Info

For Hawksearch v4.0

  1. Using Hawksearch v4.0 - Indexing API to perform the 6 7 operations listed above.at the beginning of the page

Some of the scenarios when a full index rebuild is necessary:

  1. Implementing Hawksearch for the first time.

  2. Building Hawksearch index on a new environment - dev/test/productionAdding/updating merchandising rules such as visibility rules, boost and bury rules.

  3. Adding/updating settings data configuration section such as changing the fields.

...