WARNING: Version 2.3 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Path Hierarchy Tokenizer
editPath Hierarchy Tokenizer
editThe path_hierarchy
tokenizer takes something like this:
/something/something/else
And produces tokens:
/something /something/something /something/something/else
Setting | Description |
---|---|
|
The character delimiter to use, defaults to |
|
An optional replacement character to use. Defaults to
the |
|
The buffer size to use, defaults to |
|
Generates tokens in reverse order, defaults to |
|
Controls initial tokens to skip, defaults to |