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 `numDataDimensions`
while creating the BKD index.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nknize/lucene-solr selectiveIndexing
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/451.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #451
----
commit a2f88a22297ca9c4a1471beb23e4c598704bc144
Author: Nicholas Knize <nicholas knize>
Date: 2018-09-14T17:39:40Z
LUCENE-8496: Add selective indexing to BKD/POINTS codec
Allows fields to use the first `numIndexDimensions` from
`numDataDimensions` when creating the BKD index.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]