[PR] SOLR-13748: Add support for mm parameter to bool query parser (#2025) [solr]

2023-12-07 Thread via GitHub
mkhludnev opened a new pull request, #2127: URL: https://github.com/apache/solr/pull/2127 https://issues.apache.org/jira/browse/SOLR-13748 -- 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

Re: [PR] SOLR-13748: Add support for mm parameter to bool query parser [solr]

2023-12-07 Thread via GitHub
mkhludnev merged PR #2025: URL: https://github.com/apache/solr/pull/2025 -- 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.

[jira] [Commented] (SOLR-13748) mm (min should match) param for {!bool} query parser

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

Re: [PR] tests-via-crave.yml - switch to the correct branch for the PR [solr]

2023-12-07 Thread via GitHub
dsmiley merged PR #2124: URL: https://github.com/apache/solr/pull/2124 -- 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.or

[jira] [Commented] (SOLR-15484) Frequent test failures for JWTAuthPluginIntegrationTest

2023-12-07 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794477#comment-17794477 ] James Dyer commented on SOLR-15484: --- [~Don-vip] Would you be willing to try the latest

[jira] [Commented] (SOLR-17053) Distributed search: if all shards fail, fail the request despite shards.tolerant

2023-12-07 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794474#comment-17794474 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-17053: -- Thanks for t

[jira] [Commented] (SOLR-17053) Distributed search: if all shards fail, fail the request despite shards.tolerant

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

Re: [PR] SOLR-16880: Add OAS to 'assembleRelease' task [solr]

2023-12-07 Thread via GitHub
dsmiley commented on PR #2125: URL: https://github.com/apache/solr/pull/2125#issuecomment-1846233632 Does anything test this, or must it be manually inspected? Basically, how do we have confidence that this is basically working? -- This is an automated message from the Apache Git Service

Re: [PR] SOLR-16880: Add OAS to 'assembleRelease' task [solr]

2023-12-07 Thread via GitHub
dsmiley commented on code in PR #2125: URL: https://github.com/apache/solr/pull/2125#discussion_r1419745012 ## solr/api/build.gradle: ## @@ -28,7 +28,7 @@ ext { jsClientDir = "${buildDir}/generated/js" pythonClientDir = "${buildDir}/generated/python" openApiSpecDi

Re: [PR] SOLR-15484 JWTAuthPluginIntegrationTest - dynamically generate the self-signed certificate using the localhost loopback address [solr]

2023-12-07 Thread via GitHub
jdyer1 commented on PR #2099: URL: https://github.com/apache/solr/pull/2099#issuecomment-1846231319 @janhoy With my last update, I am cautiously optimistic this PR may help us with the failure rate. With this change, the test passes even if I change `localhost` to `localhost.localdomain`

[jira] [Commented] (SOLR-17053) Distributed search: if all shards fail, fail the request despite shards.tolerant

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

Re: [PR] SOLR-17053: Address ClassCastException issue [solr]

2023-12-07 Thread via GitHub
tflobbe merged PR #2123: URL: https://github.com/apache/solr/pull/2123 -- 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.or

Re: [PR] SOLR-16880: Add OAS to 'assembleRelease' task [solr]

2023-12-07 Thread via GitHub
gerlowskija commented on PR #2125: URL: https://github.com/apache/solr/pull/2125#issuecomment-1846143185 Alright, worked through the signing issues with some help (Thanks @HoustonPutman !). This should be functional and ready to go, assuming it's the route we want to take. -- This is an

Re: [PR] SOLR-17053: Address ClassCastException issue [solr]

2023-12-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2123: URL: https://github.com/apache/solr/pull/2123#discussion_r1419683737 ## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ## @@ -663,6 +659,15 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryRe

[PR] SOLR-17096: Cluster Singleton plugin support for immutable deployments [solr]

2023-12-07 Thread via GitHub
pjmcarthur opened a new pull request, #2126: URL: https://github.com/apache/solr/pull/2126 https://issues.apache.org/jira/browse/SOLR-17096 # Description It should be possible to install and manage the configuration of a cluster singleton plugin in an immutable deployment of SolrCl

Re: [PR] SOLR-17053: Address ClassCastException issue [solr]

2023-12-07 Thread via GitHub
tflobbe commented on code in PR #2123: URL: https://github.com/apache/solr/pull/2123#discussion_r1419671323 ## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ## @@ -663,6 +659,15 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse

Re: [PR] SOLR-17053: Address ClassCastException issue [solr]

2023-12-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2123: URL: https://github.com/apache/solr/pull/2123#discussion_r1419532686 ## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ## @@ -598,7 +598,7 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryRes

[jira] [Resolved] (SOLR-16835) Generate Python bindings from OpenAPI spec

2023-12-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-16835. Fix Version/s: main (10.0) 9.5 Resolution: Fixed Resolving this a

[jira] [Commented] (SOLR-16835) Generate Python bindings from OpenAPI spec

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

Re: [PR] SOLR-13748: Add support for mm parameter to bool query parser [solr]

2023-12-07 Thread via GitHub
mkhludnev commented on PR #2025: URL: https://github.com/apache/solr/pull/2025#issuecomment-1845865301 @AndreyBozhko wdyt abt my changes? -- 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 spec

[jira] [Commented] (SOLR-16880) Make OpenAPI spec a release artifact

2023-12-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794375#comment-17794375 ] Jason Gerlowski commented on SOLR-16880: I've uploaded a [draft PR| https://githu

[jira] [Commented] (SOLR-16880) Make OpenAPI spec a release artifact

2023-12-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794374#comment-17794374 ] Jason Gerlowski commented on SOLR-16880: I'd definitely like to see Solr get a Sw

[jira] [Comment Edited] (SOLR-13748) mm (min should match) param for {!bool} query parser

2023-12-07 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794331#comment-17794331 ] Mikhail Khludnev edited comment on SOLR-13748 at 12/7/23 5:07 PM: -

[jira] [Commented] (SOLR-13748) mm (min should match) param for {!bool} query parser

2023-12-07 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794331#comment-17794331 ] Mikhail Khludnev commented on SOLR-13748: - Shouldn't we support all dismax mm syn

Re: [PR] SOLR-16880: Add OAS to 'assembleRelease' task [solr]

2023-12-07 Thread via GitHub
gerlowskija commented on PR #2125: URL: https://github.com/apache/solr/pull/2125#issuecomment-1845554961 One TODO remaining, if we choose to go this route, is to produce an "*.asc" signature for the OAS file. The PR currently contains some logic that tries to do this, but it's still not wo

[PR] SOLR-16880: Add OAS to 'assembleRelease' task [solr]

2023-12-07 Thread via GitHub
gerlowskija opened a new pull request, #2125: URL: https://github.com/apache/solr/pull/2125 This adds our OAS to the release artifacts gathered by the 'assembleRelease' task in gradle. It produces a checksum for the OAS file and stores the file in a separate 'oas' directory (similar to the

[jira] [Commented] (SOLR-17100) Publish generated Python and JS clients

2023-12-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794279#comment-17794279 ] Jan Høydahl commented on SOLR-17100: [https://packaging.python.org/en/latest/tutorial

[jira] [Commented] (SOLR-17100) Publish generated Python and JS clients

2023-12-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794259#comment-17794259 ] Jan Høydahl commented on SOLR-17100: Yea, agree if we want end users to give it a spi

[jira] [Commented] (SOLR-17100) Publish generated Python and JS clients

2023-12-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794205#comment-17794205 ] Jason Gerlowski commented on SOLR-17100: I wouldn't use the term "rush", but IMO

[PR] Add config & logic to control how updates are collapsed in the Consumer. [solr-sandbox]

2023-12-07 Thread via GitHub
sigram opened a new pull request, #97: URL: https://github.com/apache/solr-sandbox/pull/97 (no comment) -- 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-ma

Re: [PR] [experimental] TextToVectorProcessor(Factory) using ONNX via OpenNLP [solr]

2023-12-07 Thread via GitHub
cpoerschke commented on code in PR #2120: URL: https://github.com/apache/solr/pull/2120#discussion_r1418801345 ## gradle/testing/randomization/policies/solr-tests.policy: ## @@ -100,6 +100,9 @@ grant { permission java.lang.RuntimePermission "loadLibrary.jaas"; permission j

Re: [PR] solr/example/films/vectors/README.md tweaks [solr]

2023-12-07 Thread via GitHub
cpoerschke merged PR #2121: URL: https://github.com/apache/solr/pull/2121 -- 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

Re: [PR] SOLR-15484 JWTAuthPluginIntegrationTest - dynamically generate the self-signed certificate using the localhost loopback address [solr]

2023-12-07 Thread via GitHub
janhoy commented on code in PR #2099: URL: https://github.com/apache/solr/pull/2099#discussion_r1418743711 ## solr/modules/jwt-auth/src/test/org/apache/solr/security/jwt/KeystoreGenerator.java: ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[jira] [Comment Edited] (SOLR-16880) Make OpenAPI spec a release artifact

2023-12-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794109#comment-17794109 ] Jan Høydahl edited comment on SOLR-16880 at 12/7/23 10:08 AM: -

[jira] [Comment Edited] (SOLR-16880) Make OpenAPI spec a release artifact

2023-12-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794109#comment-17794109 ] Jan Høydahl edited comment on SOLR-16880 at 12/7/23 10:03 AM: -

[jira] [Commented] (SOLR-16880) Make OpenAPI spec a release artifact

2023-12-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794109#comment-17794109 ] Jan Høydahl commented on SOLR-16880: Have you considered adding a SwaggerUI servlet t

[jira] [Updated] (SOLR-16880) Make OpenAPI spec a release artifact

2023-12-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16880: --- Attachment: Skjermbilde 2023-12-07 kl. 11.01.57.png > Make OpenAPI spec a release artifact >