v1

latestOpenAPI 3.0.02026-07-26221117272.0 KB
IndexV2

Create new index

This method creates a new index in Hawksearch. The new index will be empty. Other methods must be used to populate the index. The methods, IndexItems and DeleteIndexItems are used to add, update and delete items in an index. The index will not be set to be active until the Set-Current method is called, passing the name of the index. Each client engine can have multiple indexes, but only 1 current index at a time.

post/api/v2/indexing/create

Headers

X-HawkSearch-ApiKeystring required

Request body

Suffixstring

User defined suffix

SkipRebuildPercolatorboolean

Skip Rebuild Percolator during index creation

SkipRebuildAutocompleteboolean

/// Skip Rebuild Autocomplete Popular Searches during index creation

Response

OK

object required