You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2016/03/18 19:46:33 UTC

[jira] [Created] (LUCENE-7118) Remove multidimensional arrays from PointRangeQuery

Robert Muir created LUCENE-7118:
-----------------------------------

             Summary: Remove multidimensional arrays from PointRangeQuery
                 Key: LUCENE-7118
                 URL: https://issues.apache.org/jira/browse/LUCENE-7118
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


This use of byte[][] has caused two bugs: LUCENE-7085 and LUCENE-7117.

It is not necessary, and causes code duplication in most Point classes because they have to have a {{pack()}} that encodes to byte[] for the indexer but a {{encode()}} or similar that makes multi-D byte[][] for just this query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org