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.
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
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
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
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
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
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
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 + "/"
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
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
10 matches
Mail list logo