[
https://issues.apache.org/jira/browse/LUCENE-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223351#comment-15223351
]
Robert Muir commented on LUCENE-7168:
-------------------------------------
{quote}
While XYZSolids are used by Lucene for BKD trees, I cannot say whether or not
they would never be used by anyone else. The functionality is general, after
all.
{quote}
Right but I think we should try to simplify and reduce to the subset of logic
that lucene needs to index and run its queries. We sorta have to do this,
otherwise everything is completely open-ended ("well someone MIGHT have a use
case") and we can't do APIs that way.
{quote}
I already made all the variants of XYZSolids package-private and
lucene.internal. Is this enough to hide this complication from users?
{quote}
This is a good step and will at least defer me from trying too hard to simplify
this stuff for now. Because it at least hides all this complexity from the user
and that is the worst of the worst. Having some hairy stuff that is
package-private is much less evil.
> 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: [email protected]
For additional commands, e-mail: [email protected]