/
Index Name
Index Name
indexName
The indexName
default value is null
. The name of the index against which the search must be performed.
const config = {
...
indexName: "sitefinityelastic.20210423.141314.products",
...
};
var widget = HawksearchVue.createWidget(component, { config: config });
HawksearchVue.initialSearch(widget);
The indexName
value comes from Hawksearch settings and is updated once when the widget is initialized
Usage
The indexName
option is used for a lot of operations in Hawksearch:
indexName
is part of the parameters which go in the headers of each request:search
search within
using facets
Related content
Index Name Required
Index Name Required
More like this
Client Guid
Client Guid
More like this
Additional Parameters
Additional Parameters
More like this
Params Mapping
Params Mapping
More like this
12.2.7200.21 / 13.0.7300.9
12.2.7200.21 / 13.0.7300.9
More like this
API URL
API URL
More like this