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

use Automaton for SurroundQuery prefix/pattern matching #12999

Merged

Conversation

magibney
Copy link
Contributor

@magibney magibney commented Jan 8, 2024

SurroundQuery still does matching using java.util.Pattern (quite slow).

This PR switches over SrndTruncQuery and SrndPrefixQuery to use Automaton-based matching.

@magibney magibney added this to the 9.10.0 milestone Jan 10, 2024
@magibney magibney merged commit 89a02fa into apache:main Jan 10, 2024
4 checks passed
magibney added a commit that referenced this pull request Jan 10, 2024
magibney added a commit that referenced this pull request Jan 10, 2024
slow-J pushed a commit to slow-J/lucene that referenced this pull request Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants