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

Commit Tag Bot commented on LUCENE-4794:
----------------------------------------

[trunk commit] David Wayne Smiley
http://svn.apache.org/viewvc?view=revision&revision=1450010

LUCENE-4794 Spatial PrefixTree traversal abstraction

                
> Refactor Spatial RecursivePrefixTreeFilter algorithm for extension
> ------------------------------------------------------------------
>
>                 Key: LUCENE-4794
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4794
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/spatial
>            Reporter: David Smiley
>            Assignee: David Smiley
>             Fix For: 4.2, 5.0
>
>         Attachments: 
> LUCENE-4794_Spatial_PrefixTree_traversal_abstraction.patch
>
>
> In the process of implementing algorithms on the SpatialPrefixTree indexed 
> field like "Within" or some variations of Intersects that say collect the 
> distance as side-effect, I find that I need near-copies of the code in 
> RecursivePrefixTreeFilter.  RPTF is pretty intense with lots of 
> optimizations.  So I refactored out the algorithm such that it makes 
> implementing new algorithms much easier yet benefits from the logic in there.
> Patch to follow...

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