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

Lucene Regexp Query #7

Open
s4ke opened this issue Jul 26, 2016 · 2 comments
Open

Lucene Regexp Query #7

s4ke opened this issue Jul 26, 2016 · 2 comments

Comments

@s4ke
Copy link
Collaborator

s4ke commented Jul 26, 2016

A cool use case for the regexes would be using them in a Lucene FullText Index. This can be achieved by modding the RegexQuery class from the original Lucene into an alternative version that works with this library instead of Java Patterns.

@s4ke
Copy link
Collaborator Author

s4ke commented Aug 12, 2016

Scrap that. A MultiTermQuery works like a charm.

@s4ke
Copy link
Collaborator Author

s4ke commented Aug 23, 2016

Fixing Lucene Regexp Query to work with predictions like the original does it would be a nice to have as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant