[ 
https://issues.apache.org/jira/browse/LUCENENET-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780877#action_12780877
 ] 

George Aroush commented on LUCENENET-294:
-----------------------------------------

Hi Andrei,

Is this patch complete?  I can't apply it, it's looking for a Clone() method:

\svn.lucene.net\trunk\C#\src\Lucene.Net\Search\BooleanQuery.cs(596,77): error 
CS0117: 'SupportClass.EquatableList<Lucene.Net.Search.BooleanClause>' does not 
contain a definition for 'Clone'

Thanks.

-- George

> 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