Skip to content

Commit

Permalink
Merge pull request #744 from toptal/add-note-about-PathHierarchy-deli…
Browse files Browse the repository at this point in the history
…miter

Add note about path hierarchy delimiter
  • Loading branch information
Ivan Rabotyaga authored Feb 1, 2021
2 parents 868b363 + d07b3c4 commit 6e590ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ When you want to prepare your application for chewy6:

* replace field with `{ type: 'string', index: 'not_analyzed'}` by `{type: 'keyword'}`
* replace field with `{ type: 'string', index: 'analyzed'}` by `{type: 'text'}`
* `PathHierarchy` tokenizer' param `delimiter` now accepts only one argument, [others should be replaced by character filter ](https://discuss.elastic.co/t/multichar-delimiter-in-path-hierarchy-tokenizer/16203)

0 comments on commit 6e590ee

Please sign in to comment.