[GitHub] [solr] bainonline-acpr opened a new pull request, #1326: Make tests through crave always use clean workspace

2023-02-02 Thread via GitHub
bainonline-acpr opened a new pull request, #1326: URL: https://github.com/apache/solr/pull/1326 # Description Tests running through crave were using dirty workspace causing frequent patching failures # Solution Add --clean flag to crave tests. It will always use a clean

[GitHub] [solr] magibney merged pull request #1323: Improvements to joint Lucene/Solr dev workflow

2023-02-02 Thread via GitHub
magibney merged PR #1323: URL: https://github.com/apache/solr/pull/1323 -- 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...@solr.apache.o

[GitHub] [solr] HoustonPutman commented on pull request #1267: SOLR-16608: Ability to compress the collection state

2023-02-02 Thread via GitHub
HoustonPutman commented on PR #1267: URL: https://github.com/apache/solr/pull/1267#issuecomment-1414129706 I think it would be nice to have all together, but if you want to split it up thats fine with me. Be sure not to close the JIRA, and if the second PR doesnt make it by 9.2 then the lim

[jira] [Commented] (SOLR-16631) solr.shardsWhitelist solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-02 Thread Paul Blanchaert (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683500#comment-17683500 ] Paul Blanchaert commented on SOLR-16631: Thanks for the invite... PR created [#1

[GitHub] [solr] Paul-Blanchaert opened a new pull request, #1325: SOLR-16631: solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-02 Thread via GitHub
Paul-Blanchaert opened a new pull request, #1325: URL: https://github.com/apache/solr/pull/1325 https://issues.apache.org/jira/browse/SOLR-16631 # Description Given that hostnames should be case insensitive (see [rfc3986;section-6.2.2.1](https://www.rfc-editor.org/r

[GitHub] [solr] justinrsweeney commented on pull request #1267: SOLR-16608: Ability to compress the collection state

2023-02-02 Thread via GitHub
justinrsweeney commented on PR #1267: URL: https://github.com/apache/solr/pull/1267#issuecomment-1414100599 The change to the ZkCLI has some complexity that requires its own discussion, enough so that I believe it warrants its own PR once this one is merged. Since this change does not intro

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094691343 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [solr] janhoy commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
janhoy commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094650323 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] dweiss commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
dweiss commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094645456 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094623506 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [solr] magibney commented on pull request #1323: Improvements to joint Lucene/Solr dev workflow

2023-02-02 Thread via GitHub
magibney commented on PR #1323: URL: https://github.com/apache/solr/pull/1323#issuecomment-1413848877 Thanks, Kevin and Dawid! I plan to merge this today. -- 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 t

[GitHub] [solr] colvinco commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
colvinco commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094535705 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Updated] (SOLR-16643) Add multiplying boost option to ReRank query parser

2023-02-02 Thread Andy Webb (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Webb updated SOLR-16643: - Description: I noticed the ReRank query parser adds the score from the {{reRankQuery}} to the original s

[GitHub] [solr] andywebb1975 opened a new pull request, #1324: Add `reRankOperator` option to rerank query parser

2023-02-02 Thread via GitHub
andywebb1975 opened a new pull request, #1324: URL: https://github.com/apache/solr/pull/1324 https://issues.apache.org/jira/browse/SOLR-16643 # Description Add `reRankOperator=multiply` option to ReRank query parser # Solution The new option tells the `combine()` m

[jira] [Created] (SOLR-16643) Add multiplying boost option to ReRank query parser

2023-02-02 Thread Andy Webb (Jira)
Andy Webb created SOLR-16643: Summary: Add multiplying boost option to ReRank query parser Key: SOLR-16643 URL: https://issues.apache.org/jira/browse/SOLR-16643 Project: Solr Issue Type: Improvem

[GitHub] [solr] janhoy commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
janhoy commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094528658 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Commented] (SOLR-16621) Admin UI fails to grant user permissions that have wildcard role

2023-02-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683409#comment-17683409 ] ASF subversion and git services commented on SOLR-16621: Commit 6

[GitHub] [solr] magibney commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
magibney commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094488554 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] madrob commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
madrob commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094480535 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Commented] (SOLR-16621) Admin UI fails to grant user permissions that have wildcard role

2023-02-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683375#comment-17683375 ] ASF subversion and git services commented on SOLR-16621: Commit 6

[GitHub] [solr] janhoy merged pull request #1295: SOLR-16621 Use $scope.isPermitted("my-permissiong") in security dash

2023-02-02 Thread via GitHub
janhoy merged PR #1295: URL: https://github.com/apache/solr/pull/1295 -- 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...@solr.apache.org

[jira] [Commented] (SOLR-16642) upgrade Solr to use Lucene 9.5.0

2023-02-02 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683373#comment-17683373 ] Vinayak Hegde commented on SOLR-16642: -- I would like to work on this ticket. > upgr

[jira] [Commented] (SOLR-5776) Look at speeding up using SSL with tests.

2023-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683361#comment-17683361 ] Jan Høydahl commented on SOLR-5776: --- [~epugh] Sure, looks like a low hanging fruit. Woul

[GitHub] [solr] janhoy commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
janhoy commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094255817 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Resolved] (SOLR-16596) LTR MultipleAdditiveTreeModel do not support missing features' value

2023-02-02 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti resolved SOLR-16596. - Fix Version/s: 9.2 Resolution: Fixed > LTR MultipleAdditiveTreeModel do no

[GitHub] [solr] colvinco commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
colvinco commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094251846 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] janhoy commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
janhoy commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094250157 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] colvinco commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
colvinco commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094246681 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] janhoy commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
janhoy commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094232024 ## gradle/template.gradle.properties: ## @@ -0,0 +1,108 @@ +# +# Local developer settings # +# +# +# The first invo

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094212834 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094212834 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094222984 ## gradle/template.gradle.properties: ## @@ -0,0 +1,108 @@ +# +# Local developer settings # +# +# +# The first

[GitHub] [solr] janhoy commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
janhoy commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094219523 ## gradle/template.gradle.properties: ## @@ -0,0 +1,108 @@ +# +# Local developer settings # +# +# +# The first invo

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094219442 ## gradle/template.gradle.properties: ## @@ -0,0 +1,106 @@ +# +# Local developer settings # +# +# +# The first

[GitHub] [solr] uschindler commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
uschindler commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094153859 ## gradle/template.gradle.properties: ## @@ -0,0 +1,106 @@ +# +# Local developer settings # +# +# +# The first

[GitHub] [solr] colvinco commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
colvinco commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094197600 ## help/localSettings.txt: ## @@ -1,62 +0,0 @@ -Local developer settings - - -The first invocation of any task in Solr gradle build will generate

[GitHub] [solr] dweiss commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
dweiss commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094191997 ## help/localSettings.txt: ## @@ -1,62 +0,0 @@ -Local developer settings - - -The first invocation of any task in Solr gradle build will generate R

[GitHub] [solr] colvinco commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
colvinco commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094188634 ## help/localSettings.txt: ## @@ -1,62 +0,0 @@ -Local developer settings - - -The first invocation of any task in Solr gradle build will generate

[GitHub] [solr] dweiss commented on pull request #1323: Improvements to joint Lucene/Solr dev workflow

2023-02-02 Thread via GitHub
dweiss commented on PR #1323: URL: https://github.com/apache/solr/pull/1323#issuecomment-1413327408 Both changes look fine for me, @magibney -- 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 s

[GitHub] [solr] dweiss commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-02 Thread via GitHub
dweiss commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1094174337 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or