[
https://issues.apache.org/jira/browse/LUCENE-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicholas Knize updated LUCENE-7449:
-----------------------------------
Attachment: LUCENE-7449.diff
Initial patch:
* adds {{newCrossesQuery}} static method to {{IntRangeField}},
{{LongRangeField}}, {{FloatRangeField}}, and {{DoubleRangeField}}
* simplifies leaf {{visit}} method to only compute necessary relations
* adds {{CROSSES}} query to randomized tests
* javadocs updated
> Add CROSSES query support to RangeField
> ---------------------------------------
>
> Key: LUCENE-7449
> URL: https://issues.apache.org/jira/browse/LUCENE-7449
> Project: Lucene - Core
> Issue Type: New Feature
> Reporter: Nicholas Knize
> Attachments: LUCENE-7449.diff
>
>
> {{RangeField}} currently supports {{INTERSECTS}}, {{WITHIN}}, and
> {{CONTAINS}} query behavior. This feature adds support for an explicit
> {{CROSSES}} query. Unlike {{INTERSECT}} and {{OVERLAP}} queries the
> {{CROSSES}} query finds any indexed ranges whose interior (within range)
> intersect the interior AND exterior (outside range) of the query range.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]