You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Nicholas Knize (JIRA)" <ji...@apache.org> on 2016/03/24 02:06:25 UTC

[jira] [Updated] (LUCENE-7094) spatial-extras BBoxStrategy and (confusingly!) PointVectorStrategy use legacy numeric encoding

     [ https://issues.apache.org/jira/browse/LUCENE-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicholas Knize updated LUCENE-7094:
-----------------------------------
    Attachment: LUCENE-7094.patch

* Cuts {{PointVectorStrategy}} and {{BBoxStrategy}} over to {{DoublePoint}} while supporting backcompat through static methods {{newInstance}} and {{newLegacyInstance}} this forces users of the API to conciously use {{newLegacyInstance}} for supporting old indexes. The public constructor can be added back in 7.0 when Legacy numerics are completely removed.
* Simplifies tests by removing {{UninvertingReader}} and adding {{needsDocValues}} helper
* Tests and javadocs updated



> spatial-extras BBoxStrategy and (confusingly!) PointVectorStrategy use legacy numeric encoding
> ----------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-7094
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7094
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Nicholas Knize
>         Attachments: LUCENE-7094.patch
>
>
> We need to deprecate these since they work on the old encoding and provide points based alternatives.



--
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