[
https://issues.apache.org/jira/browse/LUCENE-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224057#comment-15224057
]
Karl Wright commented on LUCENE-7168:
-------------------------------------
[~mikemccand]: Looking at the change in the test code, all you did is remove
the quantization from the check. I think what you need to do is the following:
- Quantize the points up front
- Check ONLY the quantized points, not the raw lat/lon points, when verifying
the correctness of the search
The test as you have it now is guaranteed to find spurious failures that are
solely due to quantization effects.
> 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
> Attachments: LUCENE-7168.patch, LUCENE-7168.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]