BooleanQuery 
-------------

                 Key: LUCENENET-294
                 URL: https://issues.apache.org/jira/browse/LUCENENET-294
             Project: Lucene.Net
          Issue Type: Bug
            Reporter: Andrei Iliev
         Attachments: BooleanQuery.patch

BooleanQuery  has clauses declared as ArrayList in java. 
If we try to make Lucene.Net as close to java as possible.
1)  It should be SupportClass.EquatableList<BooleanClause>
2) Replace Equals and GetHashCode with java code ( (i.e make it as it was in 
java)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to