You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2013/02/22 00:04:12 UTC

[jira] [Created] (LUCENE-4794) Refactor Spatial RecursivePrefixTreeFilter algorithm for extension

David Smiley created LUCENE-4794:
------------------------------------

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


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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org