rmuir commented on issue #14378:
URL: https://github.com/apache/lucene/issues/14378#issuecomment-2741911493
we are better armed to begin looking at this one after recent changes, see
https://github.com/apache/lucene/pull/14193#issuecomment-2638840849
now that there is an actual single
rmuir closed issue #14378: Case insensitive regex query with character range
URL: https://github.com/apache/lucene/issues/14378
--
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.
rmuir closed issue #14378: Case insensitive regex query with character range
URL: https://github.com/apache/lucene/issues/14378
--
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.
rmuir commented on issue #14378:
URL: https://github.com/apache/lucene/issues/14378#issuecomment-2740916833
If the regexp parser doesn't document it has the feature, then it doesn't
support it:
https://lucene.apache.org/core/10_1_0/core/org/apache/lucene/util/automaton/RegExp.html
--
Thi
petrsimon commented on issue #14378:
URL: https://github.com/apache/lucene/issues/14378#issuecomment-2740838289
I see, thanks a lot!
--
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 c
rmuir commented on issue #14378:
URL: https://github.com/apache/lucene/issues/14378#issuecomment-2740658343
This isn't a bug, regex parser just does not have this feature.
We can add it, but it must be an additional opt-in flag due to performance
tradeoffs involved.
--
This is an a
petrsimon opened a new issue, #14378:
URL: https://github.com/apache/lucene/issues/14378
### Description
Hi,
I'm implementing regex search in java app with Elasticsearch 8.* and I've
noticed unexpected behaviour with `CASE_INSENSITIVE` flag.
It seems that Lucene ignores the