Skip to content

Conversation

@dadoonet
Copy link

Description

This adds a new ctor for the PathHierarchyTokenizer, which supports an array of delimiters instead of a single one: PathHierarchyTokenizer(AttributeFactory, int, char[], char, int).

This allows having two different delimiters instead of a single one.

Closes #15196.

This adds a new ctor for the `PathHierarchyTokenizer`, which supports an array of delimiters instead of a single one: `PathHierarchyTokenizer(AttributeFactory, int, char[], char, int)`.

This allows having two different delimiters instead of a single one.

Closes apache#15196.
@github-actions
Copy link
Contributor

This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog label to it and you will stop receiving this reminder on future updates to the PR.

@github-actions
Copy link
Contributor

This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog label to it and you will stop receiving this reminder on future updates to the PR.

@github-actions github-actions bot added this to the 11.0.0 milestone Oct 16, 2025
@dadoonet
Copy link
Author

This is not needed as per my comment on #15196.

@dadoonet dadoonet closed this Oct 22, 2025
@dadoonet dadoonet deleted the 15196-PathHierarchyTokenizer-multiple-delimiters branch October 22, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PathHierarchyTokenizer to support multiple delimiters

1 participant