[jira] [Updated] (SOLR-16812) Support CBOR format for update/query

2023-05-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-16812: -- Description: Javabin is quite efficient and fast . But non-java users have to use JSON exclusively  

[jira] [Updated] (SOLR-16812) Support CBOR format for update/query

2023-05-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-16812: -- Description: Javabin is quite efficient and fast . But non-java users have to use JSON exclusively  

[jira] [Updated] (SOLR-9378) Avoid sending the shard.url parameter in shard requests

2023-05-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-9378: - Attachment: SOLR-9378-1.patch Status: Open (was: Open) Patch updated to account f

[jira] [Updated] (SOLR-16812) Support CBOR format for update/query

2023-05-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-16812: -- Description: Javabin is quite efficient and fast . But non-java users have to use JSON exclusively  

[jira] [Commented] (SOLR-16810) Under certain situations Solr produces managed schema XML that cannot be loaded

2023-05-22 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725145#comment-17725145 ] Gus Heck commented on SOLR-16810: - Yeah I looked and the code that does this encoding is

[GitHub] [solr-sandbox] markrmiller merged pull request #59: Some logs tweaks and a couple consumer config additions.

2023-05-22 Thread via GitHub
markrmiller merged PR #59: URL: https://github.com/apache/solr-sandbox/pull/59 -- 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.a

[GitHub] [solr-sandbox] markrmiller opened a new pull request, #59: Some logs tweaks and a couple consumer config additions.

2023-05-22 Thread via GitHub
markrmiller opened a new pull request, #59: URL: https://github.com/apache/solr-sandbox/pull/59 (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,

[GitHub] [solr] epugh merged pull request #1570: Factor out ModifiableSolrParams.setShardAttributesToParams method

2023-05-22 Thread via GitHub
epugh merged PR #1570: URL: https://github.com/apache/solr/pull/1570 -- 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-16810) Under certain situations Solr produces managed schema XML that cannot be loaded

2023-05-22 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725123#comment-17725123 ] Shawn Heisey commented on SOLR-16810: - The info I pasted doesn't explicitly state it,

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1651: SOLR-16807: DenseVectorField breaks '*' copyFields

2023-05-22 Thread via GitHub
joel-bernstein commented on code in PR #1651: URL: https://github.com/apache/solr/pull/1651#discussion_r1201070607 ## solr/core/src/java/org/apache/solr/update/DocumentBuilder.java: ## @@ -322,13 +325,18 @@ private static boolean addCopyFields( // Dense Vector Fields can

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1651: SOLR-16807: DenseVectorField breaks '*' copyFields

2023-05-22 Thread via GitHub
joel-bernstein commented on code in PR #1651: URL: https://github.com/apache/solr/pull/1651#discussion_r1201070607 ## solr/core/src/java/org/apache/solr/update/DocumentBuilder.java: ## @@ -322,13 +325,18 @@ private static boolean addCopyFields( // Dense Vector Fields can

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725060#comment-17725060 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 8:13 PM: ---

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725066#comment-17725066 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 8:13 PM: ---

[jira] [Updated] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16807: -- Description: Currently if you setup a copy field with a * source and a DenseVectorField is pr

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1651: SOLR-16807: DenseVectorField breaks '*' copyFields

2023-05-22 Thread via GitHub
joel-bernstein commented on code in PR #1651: URL: https://github.com/apache/solr/pull/1651#discussion_r1200992172 ## solr/core/src/java/org/apache/solr/update/DocumentBuilder.java: ## @@ -322,13 +325,18 @@ private static boolean addCopyFields( // Dense Vector Fields can

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1651: SOLR-16807: DenseVectorField breaks '*' copyFields

2023-05-22 Thread via GitHub
joel-bernstein commented on code in PR #1651: URL: https://github.com/apache/solr/pull/1651#discussion_r1200986049 ## solr/core/src/java/org/apache/solr/update/DocumentBuilder.java: ## @@ -322,13 +325,18 @@ private static boolean addCopyFields( // Dense Vector Fields can

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1651: SOLR-16807: DenseVectorField breaks '*' copyFields

2023-05-22 Thread via GitHub
joel-bernstein commented on code in PR #1651: URL: https://github.com/apache/solr/pull/1651#discussion_r1200982690 ## solr/core/src/java/org/apache/solr/update/DocumentBuilder.java: ## @@ -322,13 +325,18 @@ private static boolean addCopyFields( // Dense Vector Fields can

[jira] [Commented] (SOLR-16812) Support CBOR format for update/query

2023-05-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725103#comment-17725103 ] Eric Pugh commented on SOLR-16812: -- I had briefly talked to folks from Apache Arrow who

[GitHub] [solr] HoustonPutman commented on a diff in pull request #1651: SOLR-16807: DenseVectorField breaks '*' copyFields

2023-05-22 Thread via GitHub
HoustonPutman commented on code in PR #1651: URL: https://github.com/apache/solr/pull/1651#discussion_r1200954916 ## solr/core/src/java/org/apache/solr/update/DocumentBuilder.java: ## @@ -322,13 +325,18 @@ private static boolean addCopyFields( // Dense Vector Fields can o

[jira] [Assigned] (SOLR-16812) Support CBOR format for update/query

2023-05-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-16812: - Assignee: Noble Paul > Support CBOR format for update/query > --

[jira] [Updated] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16807: -- Description: Currently if you setup a copy field with a * source and a DenseVectorField is pr

[jira] [Updated] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16807: -- Description: Currently if you setup a copy field with a * source and a DenseVectorField is pr

[jira] [Updated] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16807: -- Affects Version/s: 9.2.1 9.1.1 9.1

[jira] [Updated] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16807: -- Labels: vector-based-search (was: ) > DenseVectorField breaks '*' copyFields > ---

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725066#comment-17725066 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 6:48 PM: ---

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725060#comment-17725060 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 6:20 PM: ---

[jira] [Commented] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725066#comment-17725066 ] Joel Bernstein commented on SOLR-16807: --- I plan merge and backport in a few hours u

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725060#comment-17725060 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 6:19 PM: ---

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725060#comment-17725060 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 6:09 PM: ---

[jira] [Comment Edited] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725060#comment-17725060 ] Joel Bernstein edited comment on SOLR-16807 at 5/22/23 6:09 PM: ---

[jira] [Commented] (SOLR-16807) DenseVectorField breaks '*' copyFields

2023-05-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725060#comment-17725060 ] Joel Bernstein commented on SOLR-16807: --- There is PR here: https://github.com/apach

[GitHub] [solr] HoustonPutman opened a new pull request, #1657: Add more information in errorInfo

2023-05-22 Thread via GitHub
HoustonPutman opened a new pull request, #1657: URL: https://github.com/apache/solr/pull/1657 I can create a JIRA for this if we decide to move forward. Basically I had an issue when debugging a new CollectionsAPI command, that reading the output of a 500 error was very difficult sinc

[jira] [Commented] (SOLR-16813) PackageLoader not copying manifest.json file to filestore

2023-05-22 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725051#comment-17725051 ] Ishan Chattopadhyaya commented on SOLR-16813: - Thank you Will for the detaile

[jira] [Updated] (SOLR-16814) Package tool 'add-repo' command fails on mime type handling inside Docker image for text/plain sources

2023-05-22 Thread Will White (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will White updated SOLR-16814: -- Description: When building a Docker image from {{main}} the mime type handling no longer handles appli

[jira] [Updated] (SOLR-16814) Package tool 'add-repo' command fails on mime type handling inside Docker image for text/plain sources

2023-05-22 Thread Will White (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will White updated SOLR-16814: -- Description: When building a Docker image from {{main}} the mime type handling no longer handles appli

[jira] [Created] (SOLR-16814) Package tool 'add-repo' command fails on mime type handling inside Docker image for text/plain sources

2023-05-22 Thread Will White (Jira)
Will White created SOLR-16814: - Summary: Package tool 'add-repo' command fails on mime type handling inside Docker image for text/plain sources Key: SOLR-16814 URL: https://issues.apache.org/jira/browse/SOLR-16814

[GitHub] [solr] mkhludnev commented on pull request #1656: SOLR-16811: fix echo and mapUniqueKeyOnly params at /update/json/docs.

2023-05-22 Thread via GitHub
mkhludnev commented on PR #1656: URL: https://github.com/apache/solr/pull/1656#issuecomment-1557547840 > @mkhludnev I assume you saw the precommit errors! Absolutely, @epugh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[jira] [Commented] (SOLR-16813) PackageLoader not copying manifest.json file to filestore

2023-05-22 Thread Will White (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17725017#comment-17725017 ] Will White commented on SOLR-16813: --- Brief discussion in -IRC- Slack: https://apacheso

[jira] [Created] (SOLR-16813) PackageLoader not copying manifest.json file to filestore

2023-05-22 Thread Will White (Jira)
Will White created SOLR-16813: - Summary: PackageLoader not copying manifest.json file to filestore Key: SOLR-16813 URL: https://issues.apache.org/jira/browse/SOLR-16813 Project: Solr Issue Type:

[GitHub] [solr] epugh commented on pull request #1656: SOLR-16811: fix echo and mapUniqueKeyOnly params at /update/json/docs.

2023-05-22 Thread via GitHub
epugh commented on PR #1656: URL: https://github.com/apache/solr/pull/1656#issuecomment-1557320064 @mkhludnev I assume you saw the precommit errors! -- 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

[jira] [Commented] (SOLR-14630) CloudSolrClient doesn't pick correct core when server contains more shards

2023-05-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724970#comment-17724970 ] David Smiley commented on SOLR-14630: - FYI the solution will affect observability/log

[GitHub] [solr] epugh commented on pull request #1570: Factor out ModifiableSolrParams.setShardAttributesToParams method

2023-05-22 Thread via GitHub
epugh commented on PR #1570: URL: https://github.com/apache/solr/pull/1570#issuecomment-1557311008 Going to merge today once checks run! -- 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

[jira] [Commented] (SOLR-16687) Add a SolrClassLoader to SolrZkClient

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

[GitHub] [solr] gerlowskija merged pull request #1508: SOLR-16687: Add a SolrClassLoader to SolrZkClient

2023-05-22 Thread via GitHub
gerlowskija merged PR #1508: URL: https://github.com/apache/solr/pull/1508 -- 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.apach

[jira] [Assigned] (SOLR-14630) CloudSolrClient doesn't pick correct core when server contains more shards

2023-05-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-14630: --- Assignee: David Smiley > CloudSolrClient doesn't pick correct core when server contains more

[GitHub] [solr] dsmiley commented on a diff in pull request #1646: SOLR-14630: When querying a single collection, send the request to a replica

2023-05-22 Thread via GitHub
dsmiley commented on code in PR #1646: URL: https://github.com/apache/solr/pull/1646#discussion_r1200575001 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientRoutingTest.java: ## @@ -0,0 +1,133 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[GitHub] [solr] mkhludnev opened a new pull request, #1656: SOLR-16811: fix echo and mapUniqueKeyOnly params at /update/json/docs.

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

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1646: SOLR-14630: When querying a single collection, send the request to a replica

2023-05-22 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1646: URL: https://github.com/apache/solr/pull/1646#discussion_r1200545545 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java: ## @@ -1117,8 +1117,14 @@ protected NamedList sendRequest(SolrRequest request, L

[GitHub] [solr] psalagnac commented on a diff in pull request #1646: SOLR-14630: When querying a single collection, send the request to a replica

2023-05-22 Thread via GitHub
psalagnac commented on code in PR #1646: URL: https://github.com/apache/solr/pull/1646#discussion_r1200545455 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java: ## @@ -1117,8 +1117,14 @@ protected NamedList sendRequest(SolrRequest request, List inp

[jira] [Commented] (SOLR-16799) upgrade Solr to use Lucene 9.6.0

2023-05-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724883#comment-17724883 ] Jan Høydahl commented on SOLR-16799: [~krisden] we can exclude lucene from renovate.j

[jira] [Comment Edited] (SOLR-16810) Under certain situations Solr produces managed schema XML that cannot be loaded

2023-05-22 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724862#comment-17724862 ] Thiruvalluvan M. G. edited comment on SOLR-16810 at 5/22/23 9:59 AM: --

[jira] [Commented] (SOLR-16810) Under certain situations Solr produces managed schema XML that cannot be loaded

2023-05-22 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724862#comment-17724862 ] Thiruvalluvan M. G. commented on SOLR-16810: [~gus] We are not escaping {{{}#

[GitHub] [solr] noblepaul opened a new pull request, #1655: SOLR-16812: Support CBOR format for update/query

2023-05-22 Thread via GitHub
noblepaul opened a new pull request, #1655: URL: https://github.com/apache/solr/pull/1655 (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-mai

[jira] [Created] (SOLR-16812) Support CBOR format for update/query

2023-05-22 Thread Noble Paul (Jira)
Noble Paul created SOLR-16812: - Summary: Support CBOR format for update/query Key: SOLR-16812 URL: https://issues.apache.org/jira/browse/SOLR-16812 Project: Solr Issue Type: Task Security L