Tools
        /
          Crawler
        /
          APIs
        /
          Configuration
  
        
          
          
          
        
        Jan. 17, 2022
      
  Crawler: IndexPrefix
        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
Copy
1
2
3
{
  indexPrefix: 'crawler_',
}
Did you find this page helpful?