[
https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-16580.
---
Fix Version/s: 9.2
Resolution: Fixed
> Avoid making copies of DocCollection for PRS updates
>
[
https://issues.apache.org/jira/browse/SOLR-16636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-16636.
---
Fix Version/s: 9.2
Resolution: Fixed
> ZkStateReader.waitForState should not register a watch
[
https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684484#comment-17684484
]
ASF subversion and git services commented on SOLR-16608:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684483#comment-17684483
]
ASF subversion and git services commented on SOLR-16608:
Commit c
noblepaul merged PR #1267:
URL: https://github.com/apache/solr/pull/1267
--
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.
mkhludnev commented on code in PR #1324:
URL: https://github.com/apache/solr/pull/1324#discussion_r1096982867
##
solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java:
##
@@ -72,25 +74,33 @@ public Query parse() throws SyntaxError {
double reRankWeight = lo
[
https://issues.apache.org/jira/browse/SOLR-16636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684435#comment-17684435
]
ASF subversion and git services commented on SOLR-16636:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-16636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684434#comment-17684434
]
ASF subversion and git services commented on SOLR-16636:
Commit 1
noblepaul merged PR #1318:
URL: https://github.com/apache/solr/pull/1318
--
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.
[
https://issues.apache.org/jira/browse/SOLR-16629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684424#comment-17684424
]
ASF subversion and git services commented on SOLR-16629:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684407#comment-17684407
]
ASF subversion and git services commented on SOLR-16580:
Commit c
[
https://issues.apache.org/jira/browse/SOLR-16629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684401#comment-17684401
]
ASF subversion and git services commented on SOLR-16629:
Commit 9
dsmiley merged PR #1313:
URL: https://github.com/apache/solr/pull/1313
--
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
[
https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684400#comment-17684400
]
ASF subversion and git services commented on SOLR-16580:
Commit e
noblepaul merged PR #1242:
URL: https://github.com/apache/solr/pull/1242
--
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.
noblepaul commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1096908318
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -488,4 +494,27 @@ public interface CollectionStateProps {
String SHARDS = "shards";
cesnietor opened a new pull request, #1337:
URL: https://github.com/apache/solr/pull/1337
# Description
Adds basic search example in tutorial-five-minutes file.
# Solution
Added an example on how to search a document.
Output comes like:
```
curl 'http://l
epugh commented on PR #1218:
URL: https://github.com/apache/solr/pull/1218#issuecomment-1418240952
This is really exciting.. I love seeing this effort to simplify how our
tests are written. I have found them at times to be quite difficult to
understand, so this is a great step.
--
Th
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096791114
##
solr/solrj/src/test/org/apache/solr/client/solrj/response/TestSpellCheckResponse.java:
##
@@ -34,17 +38,26 @@
* @since solr 1.3
*/
public class TestSpellCheckRespons
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096791009
##
solr/solrj/src/test/org/apache/solr/client/solrj/response/TestSpellCheckResponse.java:
##
@@ -34,17 +38,26 @@
* @since solr 1.3
*/
public class TestSpellCheckRespons
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096790762
##
solr/solrj/src/test/org/apache/solr/client/solrj/request/SolrPingTest.java:
##
@@ -31,18 +30,18 @@ public class SolrPingTest extends
EmbeddedSolrServerTestBase {
@B
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096790167
##
solr/solrj/src/test/org/apache/solr/client/solrj/request/SolrPingTest.java:
##
@@ -31,18 +30,18 @@ public class SolrPingTest extends
EmbeddedSolrServerTestBase {
@B
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096789742
##
solr/solrj/src/test/org/apache/solr/client/solrj/embedded/LargeVolumeJettyTest.java:
##
@@ -16,12 +16,17 @@
*/
package org.apache.solr.client.solrj.embedded;
+import
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096789692
##
solr/solrj/src/test/org/apache/solr/client/solrj/embedded/AbstractEmbeddedSolrServerTestCase.java:
##
@@ -104,4 +110,8 @@ protected SolrClient getSolrCore1() {
protect
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096789163
##
solr/solrj/src/test/org/apache/solr/client/solrj/LargeVolumeTestBase.java:
##
@@ -41,7 +41,7 @@ public abstract class LargeVolumeTestBase extends
EmbeddedSolrServerTestB
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096788848
##
solr/solrj/src/test/org/apache/solr/client/solrj/GetByIdTest.java:
##
@@ -30,7 +35,9 @@ public class GetByIdTest extends EmbeddedSolrServerTestBase {
@BeforeClass
epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096788578
##
solr/core/src/java/org/apache/solr/update/UpdateShardHandlerConfig.java:
##
@@ -32,6 +32,15 @@ public class UpdateShardHandlerConfig {
DEFAULT_METRICNAMESTRATE
dsmiley commented on PR #1218:
URL: https://github.com/apache/solr/pull/1218#issuecomment-1418184560
This is ready! I'm looking to commit this Tuesday if I don't hear feedback
to the contrary.
Suggested CHANGES.txt:
-
SOLR-16573: Introduce EmbeddedSolrServerTestRule, a
dsmiley commented on code in PR #1334:
URL: https://github.com/apache/solr/pull/1334#discussion_r1096738876
##
solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:
##
@@ -1096,38 +1096,89 @@ public Builder withTheseParamNamesInTheUrl(Set
urlParamNames) {
epugh commented on PR #1336:
URL: https://github.com/apache/solr/pull/1336#issuecomment-1417780786
umm... getting into the weeds...And saw some other comments about OS X
not working maybe too... humm...
--
This is an automated message from the Apache Git Service.
To respond to the
30 matches
Mail list logo