apache / apache/lucene

Refactoring AbstractVisitingPrefixTreeFilter code using cellIterator. [LUCENE-5745]

Open
#6,807 2 comments 0 reactions 1 assignee Claimed by @dsmiley View on GitHub
legacy-jira-fix-version:6.0 legacy-jira-priority:Minor module:spatial type:enhancement
Dominant language
Java
Stars
3.6k
Forks
1.4k
Avg merge
2d 11h
Merged PRs (30d)
88

Description

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.

---
Migrated from [LUCENE-5745](https://issues.apache.org/jira/browse/LUCENE-5745) by Varun V Shenoy, 1 vote, updated May 09 2016
Linked issues:
- #6670

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.