[GitHub] lucene-solr issue #451: LUCENE-8496: Add selective indexing to BKD/POINTS co...

2018-10-18 Thread nknize
Github user nknize commented on the issue: https://github.com/apache/lucene-solr/pull/451 closing with commit 1118299c338253cea09640acdc48dc930dc27fda --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-10-18 Thread nknize
Github user nknize closed the pull request at: https://github.com/apache/lucene-solr/pull/451 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-10-02 Thread nknize
Github user nknize commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/451#discussion_r221972799 --- Diff: lucene/core/src/java/org/apache/lucene/util/bkd/BKDReader.java --- @@ -442,11 +442,12 @@ void visitDocValues(int[] commonPrefixLengths, byte

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-09-20 Thread nknize
Github user nknize commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/451#discussion_r219310315 --- Diff: lucene/core/src/java/org/apache/lucene/util/bkd/BKDWriter.java --- @@ -981,15 +988,15 @@ public long finish(IndexOutput out) throws

[GitHub] lucene-solr issue #451: LUCENE-8496: Add selective indexing to BKD/POINTS co...

2018-09-28 Thread nknize
Github user nknize commented on the issue: https://github.com/apache/lucene-solr/pull/451 Updated the PR and attached an update patch to [LUCENE-8496](https://issues.apache.org/jira/browse/LUCENE-8496) along with a patch that modifies `LatLonShape.Triangle` encoding to take advantage

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-09-14 Thread nknize
GitHub user nknize opened a pull request: https://github.com/apache/lucene-solr/pull/451 LUCENE-8496: Add selective indexing to BKD/POINTS codec PR for [LUCENE-8496](https://issues.apache.org/jira/browse/LUCENE-8496) enabling fields to use the first `numIndexDimensions` from