[jira] [Commented] (SOLR-15787) Implement FileSystemConfigSetService

2022-12-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645927#comment-17645927 ] ASF subversion and git services commented on SOLR-15787: Commit a

[GitHub] [solr] dsmiley merged pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-11 Thread GitBox
dsmiley merged PR #146: URL: https://github.com/apache/solr/pull/146 -- 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-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2022-12-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645921#comment-17645921 ] David Smiley commented on SOLR-16585: - Woah! What an embarrassing regression; I wond

[jira] [Resolved] (SOLR-6147) Rename SolrInfoMBean.Category.QUERYHANDLER to REQUESTHANDLER

2022-12-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-6147. Resolution: Abandoned It appears to have been renamed to QUERY. Any way, it's not anything I care

[jira] [Resolved] (SOLR-10558) Support unlimited limits on ChildDocTransformer

2022-12-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-10558. - Resolution: Duplicate > Support unlimited limits on ChildDocTransformer > ---

[GitHub] [solr] dsmiley commented on pull request #1216: SOLR-10458: setFollowRedirects should be deprecated in favor of Solr Client Builder methods

2022-12-11 Thread GitBox
dsmiley commented on PR #1216: URL: https://github.com/apache/solr/pull/1216#issuecomment-1345831309 ping @epugh -- 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

[jira] [Commented] (SOLR-10558) Support unlimited limits on ChildDocTransformer

2022-12-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645899#comment-17645899 ] David Smiley commented on SOLR-10558: - I think it makes sense for communication to st

[jira] [Commented] (SOLR-10558) Support unlimited limits on ChildDocTransformer

2022-12-11 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645858#comment-17645858 ] Eric Pugh commented on SOLR-10558: -- [~haythemkh] I noticed you going through and identif

[GitHub] [solr] mpetris commented on a diff in pull request #1155: [SOLR-16497] Allow finer grained locking in SolrCores

2022-12-11 Thread GitBox
mpetris commented on code in PR #1155: URL: https://github.com/apache/solr/pull/1155#discussion_r1045286686 ## solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java: ## @@ -47,6 +49,14 @@ public class TransientSolrCoreCacheDefault extends TransientSolrCoreC

[jira] [Updated] (SOLR-14765) optimize DocList creation by skipping sort for sort-irrelevant cases

2022-12-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-14765: Attachment: SOLR-16585-reproducer.patch > optimize DocList creation by skipping sort for so

[jira] [Commented] (SOLR-14765) optimize DocList creation by skipping sort for sort-irrelevant cases

2022-12-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645796#comment-17645796 ] Mikhail Khludnev commented on SOLR-14765: - Pardon. May it be related to SOLR-1658

[jira] [Commented] (SOLR-16119) DataConfigNode doesn't honor abortable forEach

2022-12-11 Thread Haythem Khiri (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645792#comment-17645792 ] Haythem Khiri commented on SOLR-16119: -- This seems to be already solved > DataConfi

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2022-12-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645769#comment-17645769 ] Mikhail Khludnev commented on SOLR-16585: - Reproduced to me as well. Nice > All

[jira] [Commented] (SOLR-788) MoreLikeThis should support distributed search

2022-12-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645760#comment-17645760 ] Mikhail Khludnev commented on SOLR-788: --- Here's the draft idea https://github.com/apa

[jira] [Commented] (SOLR-15492) Add another constructor do RangeFacetMap

2022-12-11 Thread Haythem Khiri (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645742#comment-17645742 ] Haythem Khiri commented on SOLR-15492: -- [~jochen.a.kl...@basf.com] - I think I do th

[jira] [Commented] (SOLR-15857) Add Secret Manager support for ZK ACL credentials

2022-12-11 Thread Haythem Khiri (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645735#comment-17645735 ] Haythem Khiri commented on SOLR-15857: -- This seems to be solvedĀ  > Add Secret Manag

[jira] [Commented] (SOLR-6147) Rename SolrInfoMBean.Category.QUERYHANDLER to REQUESTHANDLER

2022-12-11 Thread Haythem Khiri (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645734#comment-17645734 ] Haythem Khiri commented on SOLR-6147: - This ticket seems to be obsolete since there is

[jira] [Commented] (SOLR-10558) Support unlimited limits on ChildDocTransformer

2022-12-11 Thread Haythem Khiri (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645733#comment-17645733 ] Haythem Khiri commented on SOLR-10558: -- This seems to be now solved by the ticket h