You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, if an index specified in an Elasticsearch crawl doesn't exist, no mapping is applied to it when the crawl is initiated. The index is created using dynamic mapping in Elastic when the first document is indexed.
Is your feature request related to a problem? Please describe.
Currently, if an index specified in an Elasticsearch crawl doesn't exist, no mapping is applied to it when the crawl is initiated. The index is created using dynamic mapping in Elastic when the first document is indexed.
Describe the solution you'd like
A POST like:
Will detect if the index in the request exists. If not, it will create the index with the mapping provided.
The text was updated successfully, but these errors were encountered: