[ 
http://issues.apache.org/jira/browse/LUCENE-452?page=comments#action_12331878 ] 

Erik Hatcher commented on LUCENE-452:
-------------------------------------

Thank you for this patch!  I'm in the process of applying it right now.   Your 
use of the boost factor was nice to see, but points out that we have ignored it 
in other .equals methods (e.g. WildcardQuery).  If you're interested, we'd 
accept patches to correct all of the other .equals methods to incorporate the 
boost factor :)

> PrefixQuery is missing the equals() method
> ------------------------------------------
>
>          Key: LUCENE-452
>          URL: http://issues.apache.org/jira/browse/LUCENE-452
>      Project: Lucene - Java
>         Type: Improvement
>     Versions: 1.9
>     Reporter: Guillaume Blain
>     Priority: Minor
>  Attachments: PrefixQuery.java
>
> The PrefixQuery is inheriting the java.lang.Object's object default equals 
> method. This makes it hard to have test working of PrefixFilter or any other 
> task requiring equals to work proerply (insertion in Set, etc.). The equal 
> method should be very similar, not to say identical except for class casting, 
> to the equals() of TermQuery. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to