[GitHub] [lucene] uschindler commented on pull request #579: LUCENE-10283: Bump minimum required Java version to 17.

2022-01-08 Thread GitBox
uschindler commented on pull request #579: URL: https://github.com/apache/lucene/pull/579#issuecomment-1007342097 -- 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 unsubsc

[GitHub] [lucene] uschindler commented on pull request #590: LUCENE-10364: Prepare and update errorprone plugin for Java 17

2022-01-08 Thread GitBox
uschindler commented on pull request #590: URL: https://github.com/apache/lucene/pull/590#issuecomment-1007467493 -- 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 unsubsc

[GitHub] [lucene] rmuir commented on a change in pull request #590: LUCENE-10364: Prepare and update errorprone plugin for Java 17

2022-01-08 Thread GitBox
rmuir commented on a change in pull request #590: URL: https://github.com/apache/lucene/pull/590#discussion_r780223468 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/DecimalDigitFilter.java ## @@ -35,6 +35,7 @@ public DecimalDigitFilter(TokenStre

[GitHub] [lucene] uschindler merged pull request #590: LUCENE-10364: Prepare and update errorprone plugin for Java 17

2022-01-08 Thread GitBox
uschindler merged pull request #590: URL: https://github.com/apache/lucene/pull/590 -- 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-unsubsc

[GitHub] [lucene] cpoerschke commented on a change in pull request #463: LUCENE-10157 - Added IndriOr, IndriWeightedSum, and IndriQueryParser

2022-01-08 Thread GitBox
cpoerschke commented on a change in pull request #463: URL: https://github.com/apache/lucene/pull/463#discussion_r780405554 ## File path: lucene/core/src/java/org/apache/lucene/search/IndriAndWeight.java ## @@ -38,8 +38,21 @@ public IndriAndWeight( this.boost = boost;

[GitHub] [lucene] uschindler commented on a change in pull request #590: LUCENE-10364: Prepare and update errorprone plugin for Java 17

2022-01-08 Thread GitBox
uschindler commented on a change in pull request #590: URL: https://github.com/apache/lucene/pull/590#discussion_r780226954 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/DecimalDigitFilter.java ## @@ -35,6 +35,7 @@ public DecimalDigitFilter(Toke

[GitHub] [lucene] gsmiller commented on a change in pull request #509: LUCENE-10250: Add support for arbitrary length hierarchical SSDV facets

2022-01-08 Thread GitBox
gsmiller commented on a change in pull request #509: URL: https://github.com/apache/lucene/pull/509#discussion_r780546237 ## File path: lucene/facet/src/java/org/apache/lucene/facet/sortedset/DefaultSortedSetDocValuesReaderState.java ## @@ -51,20 +54,42 @@ private final M

[GitHub] [lucene] praveennish commented on a change in pull request #439: LUCENE-8739: custom codec providing Zstandard compression/decompression

2022-01-08 Thread GitBox
praveennish commented on a change in pull request #439: URL: https://github.com/apache/lucene/pull/439#discussion_r780156381 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/customcompression/Lucene90CustomCompressionStoredFieldsFormat.java ## @@ -0,0 +1,103 @@ +/

[GitHub] [lucene] mdmarshmallow commented on a change in pull request #509: LUCENE-10250: Add support for arbitrary length hierarchical SSDV facets

2022-01-08 Thread GitBox
mdmarshmallow commented on a change in pull request #509: URL: https://github.com/apache/lucene/pull/509#discussion_r779974107 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java ## @@ -471,19 +471,35 @@ private void indexDrillDownTerms( private v

[GitHub] [lucene] TomMD commented on a change in pull request #463: LUCENE-10157 - Added IndriOr, IndriWeightedSum, and IndriQueryParser

2022-01-08 Thread GitBox
TomMD commented on a change in pull request #463: URL: https://github.com/apache/lucene/pull/463#discussion_r780437567 ## File path: lucene/core/src/java/org/apache/lucene/search/IndriOrScorer.java ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[jira] [Created] (LUCENE-10365) releaseWizard improvements from the Solr 9.0 release

2022-01-08 Thread Jira
Jan Høydahl created LUCENE-10365: Summary: releaseWizard improvements from the Solr 9.0 release Key: LUCENE-10365 URL: https://issues.apache.org/jira/browse/LUCENE-10365 Project: Lucene - Core

[GitHub] [lucene] janhoy opened a new pull request #591: LUCENE-10365 Wizard changes contributed from Solr

2022-01-08 Thread GitBox
janhoy opened a new pull request #591: URL: https://github.com/apache/lucene/pull/591 https://issues.apache.org/jira/browse/LUCENE-10365 * Now asks whether to use gradle or gpg based release signing * Now asks whether to prompt for password or not (during gpg step) * When runnin