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/04/03 16:16:25 UTC

[jira] [Commented] (LUCENE-7168) Remove geo3d test leniency

    [ https://issues.apache.org/jira/browse/LUCENE-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223323#comment-15223323 ] 

Robert Muir commented on LUCENE-7168:
-------------------------------------

It seems also that the current test design (testing unquantized values, and trying to "correct" for quantization to satisfy that) may cause needless complexity in Geo3D? 

Because the query then tries to "correct for quantization", it computes a min/max in all 3 dimensions, and then passes these 6 values to a solid factory that returns one of 8 possible xyzsolid implementations that try to "correct" for it.


> Remove geo3d test leniency
> --------------------------
>
>                 Key: LUCENE-7168
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7168
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Michael McCandless
>
> Today the test hides possible failures by leniently handling quantization issues.
> We should fix it to do what geo2d tests now do: pre-quantized indexed points, but don't quantize query shapes.



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