Create
Creates a new index for a search engine.
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Path Parameters
Unique id of a search engine.
^[a-f0-9]{32}$Body
Set of options and parameters of an index. They define the way an index is built.
Name of the Index. It works as the index identifier.
^[a-z][a-z0-9_]*$"product"
Preset of the index. The preset defines a set of configuration parameters for the index like basic fields to be included, and field transformations. For instance, the product preset creates the best_price field.
generic, product, page, category "product"
Accepted for backwards compatibility but ignored.
List of datasources of an index.
Response
Index created.
Set of options and parameters of an index. They define the way an index is built.
Name of the Index. It works as the index identifier.
^[a-z][a-z0-9_]*$"product"
Preset of the index. The preset defines a set of configuration parameters for the index like basic fields to be included, and field transformations. For instance, the product preset creates the best_price field.
generic, product, page, category "product"
Accepted for backwards compatibility but ignored.
List of datasources of an index.