[ 
https://issues.apache.org/jira/browse/LUCENE-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895789#comment-15895789
 ] 

Steve Rowe commented on LUCENE-7449:
------------------------------------

Another reproducing branch_6x seed for the 
{{TestLongRangeFieldQueries.testBasics()}} failure from my Jenkins:

{noformat}
Checking out Revision 92999713dd85b32abedca77134bca6bd1b07050a 
(refs/remotes/origin/branch_6x)
[...]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLongRangeFieldQueries -Dtests.method=testBasics 
-Dtests.seed=B6363C52F50D6748 -Dtests.slow=true -Dtests.locale=ca 
-Dtests.timezone=America/Yellowknife -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.10s J7 | TestLongRangeFieldQueries.testBasics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<4> but 
was:<5>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B6363C52F50D6748:8BEE927ECDE33938]:0)
   [junit4]    >        at 
org.apache.lucene.search.TestLongRangeFieldQueries.testBasics(TestLongRangeFieldQueries.java:135)
[...]
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=ca, 
timezone=America/Yellowknife
   [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 
1.8.0_77 (64-bit)/cpus=16,threads=1,free=450639312,total=514850816
{noformat}


> 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
>            Assignee: Nicholas Knize
>             Fix For: master (7.0), 6.5
>
>         Attachments: LUCENE-7449.patch, LUCENE-7449.patch, LUCENE-7449.patch
>
>
> {{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.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to