[GitHub] [lucene] rmuir merged pull request #12087: Graduate DocValuesNumbersQuery from lucene/sandbox to newSlowSetQuery()

2023-01-16 Thread GitBox
rmuir merged PR #12087: URL: https://github.com/apache/lucene/pull/12087 -- 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:

[GitHub] [lucene] rmuir commented on a diff in pull request #12087: Graduate DocValuesNumbersQuery from lucene/sandbox to newSlowSetQuery()

2023-01-16 Thread GitBox
rmuir commented on code in PR #12087: URL: https://github.com/apache/lucene/pull/12087#discussion_r1071265859 ## lucene/core/src/java/org/apache/lucene/document/NumericDocValuesField.java: ## @@ -97,6 +97,27 @@ SortedNumericDocValues getValues(LeafReader reader, String field)

[GitHub] [lucene] jpountz commented on a diff in pull request #12087: Graduate DocValuesNumbersQuery from lucene/sandbox to newSlowSetQuery()

2023-01-16 Thread GitBox
jpountz commented on code in PR #12087: URL: https://github.com/apache/lucene/pull/12087#discussion_r1071254421 ## lucene/core/src/java/org/apache/lucene/document/NumericDocValuesField.java: ## @@ -97,6 +97,27 @@ SortedNumericDocValues getValues(LeafReader reader, String

[GitHub] [lucene] romseygeek commented on pull request #12088: Don't throw UOE when highlighting FieldExistsQuery

2023-01-16 Thread GitBox
romseygeek commented on PR #12088: URL: https://github.com/apache/lucene/pull/12088#issuecomment-1383932158 Thanks for the review @mkhludnev! -- 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

[GitHub] [lucene] romseygeek merged pull request #12088: Don't throw UOE when highlighting FieldExistsQuery

2023-01-16 Thread GitBox
romseygeek merged PR #12088: URL: https://github.com/apache/lucene/pull/12088 -- 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:

[GitHub] [lucene] romseygeek opened a new pull request, #12088: Don't throw UOE when highlighting FieldExistsQuery

2023-01-16 Thread GitBox
romseygeek opened a new pull request, #12088: URL: https://github.com/apache/lucene/pull/12088 WeightedSpanTermExtractor will try to rewrite queries that it doesn't know about, to see if they end up as something it does know about and that it can extract terms from. To support field