refactor spatial contrib "Filter" "Query" classes
-------------------------------------------------
Key: LUCENE-1503
URL: https://issues.apache.org/jira/browse/LUCENE-1503
Project: Lucene - Java
Issue Type: Improvement
Reporter: Ryan McKinley
>From erik's comments in LUCENE-1387
* Maybe the Filter's should be using the DocIdSet API rather than the
BitSet deprecated stuff? We can refactor that after being committed I supposed,
but not something we want to leave like that.
* DistanceQuery is awkwardly named. It's not an (extends) Query.... it's a
POJO with helpers. Maybe DistanceQueryFactory? (but it creates a Filter also)
* CartesianPolyFilter is not a Filter (but CartesianShapeFilter is)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]