DocSearch requires the indexing to be done via the Crawler directly.
You are able to create new indices, directly from the Crawler UI by either:
- Creating a new Crawler
- Adding an object to the
actions
element of your current Crawler configuration that targets anotherindexName
(it will be automatically created after a successful crawl)
We restrict API keys to the initial submit index but add a wildcard to (e.g.gitlab
is allowed to create indices matching thegitlab*
pattern,gitlab_demo
,gitlab_stag
Comments
0 comments
Article is closed for comments.