You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2016/03/09 10:56:40 UTC

[jira] [Created] (LUCENE-7085) PointRangeQuery.equals does not work

Adrien Grand created LUCENE-7085:
------------------------------------

             Summary: PointRangeQuery.equals does not work
                 Key: LUCENE-7085
                 URL: https://issues.apache.org/jira/browse/LUCENE-7085
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Adrien Grand
            Priority: Blocker


Here is a simple unit test that fails:

{code}
  public void testPointRangeEquals() {
    Query q1 = LongPoint.newRangeQuery("a", 0, 1000);
    Query q2 = LongPoint.newRangeQuery("a", 0, 1000);
    assertEquals(q1, q2);
  }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org