moar-regex / moar

Deterministic Regular Expressions with Backreferences
MIT License
21 stars 3 forks source link

Lucene Regexp Query #7

Open s4ke opened 8 years ago

s4ke commented 8 years ago

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 commented 8 years ago

Scrap that. A MultiTermQuery works like a charm.

s4ke commented 8 years ago

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