Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bloom search pattern acceleration support for regex extracted tokens #101

Open
elliVM opened this issue Oct 17, 2024 · 0 comments
Open

bloom search pattern acceleration support for regex extracted tokens #101

elliVM opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@elliVM
Copy link
Contributor

elliVM commented Oct 17, 2024

Description
use regex extraction for pattern matching search term. Currently tokenization is used and regex filtering.

Use case or motivation behind the feature request
bloom filters are created faster using regex extraction and the results will differ from tokenized filters + regex filtering.

Additional context
Example case with partial pattern match of search term:
Search term: uuid=xyz-123-432-123 would match with \w{3}-\w{3}-\w{3}-\w{3} even when full pattern is not present in search term.

@elliVM elliVM added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants