rmuir commented on issue #13715:
URL: https://github.com/apache/lucene/issues/13715#issuecomment-2330179575

   That's usually how it works, it is good stuff. To be practical, for now, I'd 
recommend just fixing Intervals.regex to `determinize()` so that it matches all 
other queries which are using DFAs. It should be a one-line change to fix your 
problem because then there won't be an NFA :)
   
   I think it is enough for lucene 10 that the queries no longer `minimize()` 
up-front, and I'm hoping we can explore taking that next step soon so that we 
no longer `determinize()` up-front either (just as needed via NFA query), but 
we shouldn't be doing that now.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to