[GitHub] lucene-solr pull request #361: SOLR-12271: Fix for analytics component readi...

2018-04-25 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/361 SOLR-12271: Fix for analytics component reading negative values from double and float fields You can merge this pull request into a Git repository by running: $ git pull https

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

2018-04-03 Thread HoustonPutman
Github user HoustonPutman commented on the issue: https://github.com/apache/lucene-solr/pull/313 Changed the structure to follow the `LiveNodesListener` convention. This includes passing the previous set of collections as well as the new list of collections in each

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

2018-03-28 Thread HoustonPutman
Github user HoustonPutman commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/313#discussion_r177866085 --- 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-28 Thread HoustonPutman
Github user HoustonPutman commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/313#discussion_r177865872 --- Diff: solr/solrj/src/java/org/apache/solr/common/cloud/CollectionSetWatcher.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache

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

2018-03-28 Thread HoustonPutman
Github user HoustonPutman commented on the issue: https://github.com/apache/lucene-solr/pull/313 Regarding your comments: 1. I'm not sure when this would be necessary, however I tried to follow the convention used in `CollectionStateWatcher`. `LiveNodesListener` is a similar

[GitHub] lucene-solr pull request #330: SOLR-12045: Moving the Analytics Component fr...

2018-02-28 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/330 SOLR-12045: Moving the Analytics Component from contrib to core. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HoustonPutman

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

2018-01-29 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/313 SOLR-11924: Added a way to create collection set watchers in ZkStateReader. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request #279: SOLR-11711: Fixed minCount bug in distributed...

2017-12-12 Thread HoustonPutman
Github user HoustonPutman closed the pull request at: https://github.com/apache/lucene-solr/pull/279 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

[GitHub] lucene-solr pull request #279: SOLR-11711: Improved memory usage for distrib...

2017-11-30 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/279 SOLR-11711: Improved memory usage for distributed field and pivot facets. Removed the FACET_DISTRIB_MCO option, since the behavior is now built in. You can merge this pull request

[GitHub] lucene-solr pull request #269: Added parameter sections for analytics facets...

2017-11-02 Thread HoustonPutman
Github user HoustonPutman closed the pull request at: https://github.com/apache/lucene-solr/pull/269 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

[GitHub] lucene-solr issue #269: Added parameter sections for analytics facets.

2017-11-02 Thread HoustonPutman
Github user HoustonPutman commented on the issue: https://github.com/apache/lucene-solr/pull/269 Changes merged and added alongside all of the analytics documentation in [this commit.](https://github.com/apache/lucene-solr/commit/6428ddb10e975f8b8955aebb9b59e5de201face0

[GitHub] lucene-solr issue #229: SOLR-11144: Initial version of the analytics compone...

2017-11-02 Thread HoustonPutman
Github user HoustonPutman commented on the issue: https://github.com/apache/lucene-solr/pull/229 Analytics reference merged in [this commit.](https://github.com/apache/lucene-solr/commit/6428ddb10e975f8b8955aebb9b59e5de201face0

[GitHub] lucene-solr pull request #229: SOLR-11144: Initial version of the analytics ...

2017-11-02 Thread HoustonPutman
Github user HoustonPutman closed the pull request at: https://github.com/apache/lucene-solr/pull/229 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

[GitHub] lucene-solr pull request #269: Added parameter sections for analytics facets...

2017-10-30 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/269 Added parameter sections for analytics facets. - Added parameter sections for all of the facet types - Fixed the example analytics expression, since there was a mistake in one

[GitHub] lucene-solr pull request #229: SOLR-11144: Initial version of the analytics ...

2017-08-09 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/229 SOLR-11144: Initial version of the analytics component reference. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HoustonPutman

[GitHub] lucene-solr pull request #225: SOLR-11145, SOLR-11146: Added comprehensive u...

2017-08-01 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/225 SOLR-11145, SOLR-11146: Added comprehensive unit tests for Analytics … …Component 2.0 as well as analytics bug fixes. You can merge this pull request into a Git repository by running

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

2017-07-05 Thread HoustonPutman
Github user HoustonPutman commented on the issue: https://github.com/apache/lucene-solr/pull/215 If you are asking where in the component are they handled, it's in the ExpressionFactory.createField() method where Trie and Point fields are separated. If you are asking about

[GitHub] lucene-solr pull request #215: SOLR-10123: Fix to better support numeric Poi...

2017-06-29 Thread HoustonPutman
GitHub user HoustonPutman opened a pull request: https://github.com/apache/lucene-solr/pull/215 SOLR-10123: Fix to better support numeric PointFields in Analytics. Unit tests now use randomized numeric fields. You can merge this pull request into a Git repository by running