🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Tools / Crawler / APIs / Configuration
Type: string
Parameter syntax
indexPrefix: 'index_prefix'

About this parameter

Prefix added to the names of all indices defined in the crawler’s configuration.

Examples

1
2
3
{
  indexPrefix: 'crawler_',
}
Did you find this page helpful?