Varun V Shenoy created LUCENE-5745:
---------------------------------------
Summary: Refactoring AbstractVisitingPrefixTreeFilter code using
cellIterator.
Key: LUCENE-5745
URL: https://issues.apache.org/jira/browse/LUCENE-5745
Project: Lucene - Core
Issue Type: Improvement
Components: modules/spatial
Reporter: Varun V Shenoy
Priority: Minor
Fix For: 5.0
The AbstractVisitingPrefixTreeFilter (used by RPT's Intersects, Within,
Disjoint) really should be refactored to use the new CellIterator API as it
will reduce the amount of code and should make the code easier to follow since
it would be based on a well-known design-pattern (an iterator). It currently
uses a VNode and VNode Iterator.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]