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

David Smiley commented on LUCENE-4644:
--------------------------------------

Come to think of it, I can't even do a proper fast "some within" as I earlier 
hoped because the code wouldn't be able to (easily) detect when one disjoint 
part is within the query yet another spans the edge.

Any way, I think the epiphany I had above on how to implement a fast (all) 
WITHIN, using an indexed center points cache, should work pretty well.  I'll 
proceed with that.  There could be an option to provide a hint that the center 
point cache isn't needed, like when you simply index a single point per 
document, for example.
                
> Implement spatial WITHIN query for RecursivePrefixTree
> ------------------------------------------------------
>
>                 Key: LUCENE-4644
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4644
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: modules/spatial
>            Reporter: David Smiley
>            Assignee: David Smiley
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to