...
Removal of an old/non-current index if max number of indices have been created for your engine
Creation of fields and facets on the dashboard - if not created earlier
Creation of a new index
Addition and build of hierarchical data if applicable
Item addition/indexing
Rebuild All indices - this includes rebuilding the indices other than the data index which are Autocomplete index, Percolator, Learning Search and Related Searches.
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 |
Clicking the Rebuild Index button on the workbench:
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 |
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:
Implementing Hawksearch for the first time.
Building Hawksearch index on a new environment - dev/test/productionAdding/updating merchandising rules such as visibility rules, boost and bury rules.
Adding/updating settings data configuration section such as changing the fields.
...