Re: [PR] Add IntervalsSource for range and regexp queries [lucene]

2024-07-14 Thread via GitHub
mayya-sharipova merged PR #13562: URL: https://github.com/apache/lucene/pull/13562 -- 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...@lu

Re: [PR] Add IntervalsSource for range and regexp queries [lucene]

2024-07-14 Thread via GitHub
mayya-sharipova commented on PR #13562: URL: https://github.com/apache/lucene/pull/13562#issuecomment-2227356227 @romseygeek @dweiss Thank you for the review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Add IntervalsSource for range and regexp queries [lucene]

2024-07-14 Thread via GitHub
mayya-sharipova commented on code in PR #13562: URL: https://github.com/apache/lucene/pull/13562#discussion_r1677132855 ## lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java: ## @@ -206,6 +210,91 @@ public static IntervalsSource wildcard(BytesRef wildcard

Re: [PR] Add IntervalsSource for range and regexp queries [lucene]

2024-07-14 Thread via GitHub
mayya-sharipova commented on code in PR #13562: URL: https://github.com/apache/lucene/pull/13562#discussion_r1677132919 ## lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java: ## @@ -206,6 +210,91 @@ public static IntervalsSource wildcard(BytesRef wildcard

Re: [PR] Add IntervalsSource for range and regexp queries [lucene]

2024-07-11 Thread via GitHub
romseygeek commented on code in PR #13562: URL: https://github.com/apache/lucene/pull/13562#discussion_r1674172561 ## lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java: ## @@ -206,6 +210,91 @@ public static IntervalsSource wildcard(BytesRef wildcard, in