[GitHub] lucene-solr issue #313: SOLR-11924: Added a way to create collection set wat...

2018-04-16 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/313 This looks good. I'm running through all tests now but I don't expect any issues to come up. Before I merge this in, would you mind rebasing off current master and collapsing this

[GitHub] lucene-solr issue #313: SOLR-11924: Added a way to create collection set wat...

2018-03-29 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/313 I think following the structure in `LiveNodesListener` makes more sense. Perhaps a name of `CloudCollectionsSetListener` or `CloudCollectionsListener

[GitHub] lucene-solr issue #313: SOLR-11924: Added a way to create collection set wat...

2018-03-22 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/313 Overall I think this is a good idea. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[GitHub] lucene-solr pull request #313: SOLR-11924: Added a way to create collection ...

2018-03-22 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/313#discussion_r176611998 --- Diff: solr/solrj/src/java/org/apache/solr/common/cloud/CollectionSetWatcher.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #313: SOLR-11924: Added a way to create collection ...

2018-03-22 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/313#discussion_r176611511 --- Diff: solr/solrj/src/java/org/apache/solr/common/cloud/CollectionSetWatcher.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr issue #225: SOLR-11145, SOLR-11146: Added comprehensive unit tes...

2017-10-17 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/225 It appears that solr/contrib/analytics/src/java/org/apache/solr/analytics/plugin/AnalyticsStatisticsCollector.java can just be deleted. Can you clean this conflict up

[GitHub] lucene-solr issue #215: SOLR-10123: Fix to better support numeric PointField...

2017-07-05 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/215 This all looks good to me so far `%> ant precommit` passes `%> ant test` passes Houston is working on a new batch of tests that will specifically test the new ana

[GitHub] lucene-solr issue #215: SOLR-10123: Fix to better support numeric PointField...

2017-07-04 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/215 Where are point fields specifically handled, or do they not need to be specifically handled like other Trie fields? --- If your project is set up for it, you can reply to this email and

[GitHub] lucene-solr issue #171: SOLR-10303

2017-04-12 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/171 Sounds good to me. I like the work that was done here. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-12 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r111227848 --- Diff: solr/core/src/java/org/apache/solr/handler/StreamHandler.java --- @@ -191,7 +237,20 @@ public void inform(SolrCore core

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-06 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r110244491 --- Diff: solr/core/src/java/org/apache/solr/handler/StreamHandler.java --- @@ -191,7 +237,20 @@ public void inform(SolrCore core

[GitHub] lucene-solr issue #171: SOLR-10303

2017-04-06 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/171 I noticed that solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/DatePartEvaluator.java is still part of the PR. Is that intentional? --- If your project is set up for it, you can

[GitHub] lucene-solr issue #171: SOLR-10303

2017-04-06 Thread dennisgove
Github user dennisgove commented on the issue: https://github.com/apache/lucene-solr/pull/171 I think this all looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-06 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r110127292 --- Diff: solr/core/src/java/org/apache/solr/handler/StreamHandler.java --- @@ -199,10 +200,16 @@ public void inform(SolrCore core

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-05 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r107802207 --- Diff: solr/core/src/java/org/apache/solr/handler/StreamHandler.java --- @@ -199,10 +200,16 @@ public void inform(SolrCore core

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-05 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r107804393 --- Diff: solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/DatePartEvaluator.java --- @@ -0,0 +1,169 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-05 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r107805373 --- Diff: solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/DatePartEvaluator.java --- @@ -0,0 +1,169 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #171: SOLR-10303

2017-04-05 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/171#discussion_r107804517 --- Diff: solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/DatePartEvaluator.java --- @@ -0,0 +1,169 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #126: SOLR-9876 Reuse CountSlotArrAcc internal arra...

2017-02-28 Thread dennisgove
Github user dennisgove commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/126#discussion_r103494004 --- Diff: solr/core/src/java/org/apache/solr/search/facet/SlotAcc.java --- @@ -394,7 +394,16 @@ public CountSlotAcc(FacetContext fcontext