[jira] [Created] (LUCENE-10042) JAR minimal manifest JDK entries are incorrectly set to build-JVM

2021-08-01 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10042: Summary: JAR minimal manifest JDK entries are incorrectly set to build-JVM Key: LUCENE-10042 URL: https://issues.apache.org/jira/browse/LUCENE-10042 Project: Lucene -

[jira] [Commented] (LUCENE-10042) JAR minimal manifest JDK entries are incorrectly set to build-JVM

2021-08-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391135#comment-17391135 ] Dawid Weiss commented on LUCENE-10042: -- Alan reports - {code} and I noticed that t

[jira] [Resolved] (LUCENE-10042) JAR minimal manifest JDK entries are incorrectly set to build-JVM

2021-08-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10042. -- Fix Version/s: main (9.0) Resolution: Fixed > JAR minimal manifest JDK entries are inc

[jira] [Commented] (LUCENE-10042) JAR minimal manifest JDK entries are incorrectly set to build-JVM

2021-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391139#comment-17391139 ] ASF subversion and git services commented on LUCENE-10042: -- Co

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-08-01 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-890520954 > Hi @uschindler, > I get the following compilation errors when I build your patch (Gradle build 6.3.8) > > > Task :altJvmWarning > > NOTE: Alternative java toolchai

[GitHub] [lucene-solr] gsmiller opened a new pull request #2542: LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring

2021-08-01 Thread GitBox
gsmiller opened a new pull request #2542: URL: https://github.com/apache/lucene-solr/pull/2542 Backporting LUCENE-10030 -- 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

[GitHub] [lucene] gsmiller commented on pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-08-01 Thread GitBox
gsmiller commented on pull request #159: URL: https://github.com/apache/lucene/pull/159#issuecomment-890569488 @sejal-pawar looks good overall, but appears to be failing the `spotlessCheck`. Please make sure you run `./gradlew precommit` locally to see that all checks are passing. You shou

[GitHub] [lucene] gsmiller commented on a change in pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-08-01 Thread GitBox
gsmiller commented on a change in pull request #159: URL: https://github.com/apache/lucene/pull/159#discussion_r680552232 ## File path: lucene/facet/src/test/org/apache/lucene/facet/TestDrillSideways.java ## @@ -1798,4 +1798,81 @@ public void testScorer() throws Exception {

[GitHub] [lucene-solr] gsmiller merged pull request #2542: LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring

2021-08-01 Thread GitBox
gsmiller merged pull request #2542: URL: https://github.com/apache/lucene-solr/pull/2542 -- 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-un

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391226#comment-17391226 ] ASF subversion and git services commented on LUCENE-10030: -- Co

[GitHub] [lucene-solr] gsmiller opened a new pull request #2543: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-08-01 Thread GitBox
gsmiller opened a new pull request #2543: URL: https://github.com/apache/lucene-solr/pull/2543 Backport -- 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-m

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391232#comment-17391232 ] ASF subversion and git services commented on LUCENE-10030: -- Co

[GitHub] [lucene-solr] gsmiller merged pull request #2543: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-08-01 Thread GitBox
gsmiller merged pull request #2543: URL: https://github.com/apache/lucene-solr/pull/2543 -- 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-un

[jira] [Commented] (LUCENE-9964) FacetResult.labelValues.value is not accurate for duplicate labels in a document

2021-08-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391237#comment-17391237 ] ASF subversion and git services commented on LUCENE-9964: - Commi

[jira] [Resolved] (LUCENE-9964) FacetResult.labelValues.value is not accurate for duplicate labels in a document

2021-08-01 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-9964. - Fix Version/s: 8.10 main (9.0) Resolution: Fixed > FacetResult.labelVa

[jira] [Commented] (LUCENE-9964) FacetResult.labelValues.value is not accurate for duplicate labels in a document

2021-08-01 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391238#comment-17391238 ] Greg Miller commented on LUCENE-9964: - I was doing some other backport cleanup this

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-08-01 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391240#comment-17391240 ] Greg Miller commented on LUCENE-10030: -- I was doing some backport cleanup this mor

[jira] [Resolved] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-08-01 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10030. -- Fix Version/s: 8.10 main (9.0) Resolution: Fixed > [DrillSidewaysSc

[GitHub] [lucene-solr] gsmiller commented on pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-08-01 Thread GitBox
gsmiller commented on pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521#issuecomment-890585371 Hey @gautamworah96 I went ahead and took care of this backport along with another one that needed to be pulled in. Since it was pretty simple, it was easy to just do while

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-08-01 Thread Grigoriy Troitskiy (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391241#comment-17391241 ] Grigoriy Troitskiy commented on LUCENE-10030: - Awesome! Thank you, Greg! >

[jira] [Comment Edited] (LUCENE-9918) Can PForUtil be further auto-vectorized?

2021-08-01 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391245#comment-17391245 ] Gautam Worah edited comment on LUCENE-9918 at 8/1/21, 10:12 PM: --

[jira] [Commented] (LUCENE-9918) Can PForUtil be further auto-vectorized?

2021-08-01 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391245#comment-17391245 ] Gautam Worah commented on LUCENE-9918: -- Hey @gmiller, I noticed that in the micro b

[jira] [Comment Edited] (LUCENE-9918) Can PForUtil be further auto-vectorized?

2021-08-01 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391245#comment-17391245 ] Gautam Worah edited comment on LUCENE-9918 at 8/1/21, 10:13 PM: --

[jira] [Comment Edited] (LUCENE-9918) Can PForUtil be further auto-vectorized?

2021-08-01 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391245#comment-17391245 ] Gautam Worah edited comment on LUCENE-9918 at 8/1/21, 10:13 PM: --

[jira] [Updated] (LUCENE-10014) docvalue writeBlock gcd encode improve

2021-08-01 Thread weizijun (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] weizijun updated LUCENE-10014: -- Attachment: (was: LUCENE-10014.patch) > docvalue writeBlock gcd encode improve >

[jira] [Updated] (LUCENE-10014) docvalue writeBlock gcd encode improve

2021-08-01 Thread weizijun (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] weizijun updated LUCENE-10014: -- Attachment: LUCENE-10014.patch > docvalue writeBlock gcd encode improve > ---

[jira] [Commented] (LUCENE-10014) docvalue writeBlock gcd encode improve

2021-08-01 Thread weizijun (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391275#comment-17391275 ] weizijun commented on LUCENE-10014: --- hi, [~jpountz] , I add this Improvement both in

[jira] [Updated] (LUCENE-10041) Duplication computation for TieredMergePolicy's numDeletesToMerge

2021-08-01 Thread Feng Gui (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Gui updated LUCENE-10041: -- Description: In lucene 8.4 (Elasticsearch 7.6.2), all indices are enabled with soft-deletes. We foun

[GitHub] [lucene-solr] gautamworah96 closed pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-08-01 Thread GitBox
gautamworah96 closed pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521 -- 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: issu