[GitHub] [lucene] mrkm4ntr closed pull request #12149: No need to try packing for singleton merge

2023-02-15 Thread via GitHub
mrkm4ntr closed pull request #12149: No need to try packing for singleton merge URL: https://github.com/apache/lucene/pull/12149 -- 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.

[GitHub] [lucene] tylerbertrand opened a new pull request, #12150: Gradle optimizations

2023-02-15 Thread via GitHub
tylerbertrand opened a new pull request, #12150: URL: https://github.com/apache/lucene/pull/12150 ## Description Ported recent build improvements from Apache Solr ([#1319](https://github.com/apache/solr/pull/1319) and [#1345](https://github.com/apache/solr/pull/1345)) with so

[GitHub] [lucene] tylerbertrand commented on issue #12145: port gradle improvements to Lucene

2023-02-15 Thread via GitHub
tylerbertrand commented on issue #12145: URL: https://github.com/apache/lucene/issues/12145#issuecomment-1431528200 Submitted [Gradle Optimizations PR](https://github.com/apache/lucene/pull/12150) -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [lucene] gsmiller opened a new issue, #12151: Benchmark Current Approaches for TermInSetQuery Evaluation

2023-02-15 Thread via GitHub
gsmiller opened a new issue, #12151: URL: https://github.com/apache/lucene/issues/12151 ### Description Given recent efforts and discussions around "term in set" query implementations and performance, I wanted to "back up" a bit and simply document the performance characteristics of

[GitHub] [lucene] gsmiller closed issue #12151: Benchmark Current Approaches for TermInSetQuery Evaluation

2023-02-15 Thread via GitHub
gsmiller closed issue #12151: Benchmark Current Approaches for TermInSetQuery Evaluation URL: https://github.com/apache/lucene/issues/12151 -- 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 specif

[GitHub] [lucene] dweiss commented on a diff in pull request #12150: Gradle optimizations

2023-02-15 Thread via GitHub
dweiss commented on code in PR #12150: URL: https://github.com/apache/lucene/pull/12150#discussion_r1107408873 ## gradle/validation/jar-checks.gradle: ## @@ -231,7 +238,8 @@ subprojects { } } } - + def f = new File(project.buildDir.path + "/" + ou

[GitHub] [lucene] dweiss commented on pull request #12150: Gradle optimizations

2023-02-15 Thread via GitHub
dweiss commented on PR #12150: URL: https://github.com/apache/lucene/pull/12150#issuecomment-1431703638 I don't like how gradle requires that extra verbosity (command line providers) for the sake of achieving the optimal task-caching behavior, but I'm fine with these changes and I think I u

[GitHub] [lucene] uschindler commented on a diff in pull request #12150: Gradle optimizations

2023-02-15 Thread via GitHub
uschindler commented on code in PR #12150: URL: https://github.com/apache/lucene/pull/12150#discussion_r1107482290 ## gradle/validation/jar-checks.gradle: ## @@ -231,7 +238,8 @@ subprojects { } } } - + def f = new File(project.buildDir.path + "/"

[GitHub] [lucene] jtibshirani merged pull request #12148: Improve DocAndScoreQuery#toString

2023-02-15 Thread via GitHub
jtibshirani merged PR #12148: URL: https://github.com/apache/lucene/pull/12148 -- 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

[GitHub] [lucene] dweiss commented on pull request #12150: Gradle optimizations

2023-02-15 Thread via GitHub
dweiss commented on PR #12150: URL: https://github.com/apache/lucene/pull/12150#issuecomment-1431912086 An output file is required for caching - otherwise there is no link between inputs-and-outputs (up-to-date checks). A task without outputs is never skipped in incremental builds (it's nev