Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to change mapping filename (#120)
if using non standardized mapping file naming ```php //this will work $indexBuilder->migrate($this->elasticallyClient->getIndex($indexName), [], ['filename' => 'content_mapping.yaml']); //this works $index = $indexBuilder->createIndex($indexName, ['filename' => 'content_mapping.yaml']); ```
- Loading branch information