Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 17621 invoked from network); 26 Apr 2005 14:13:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2005 14:13:54 -0000 Received: (qmail 4890 invoked by uid 500); 26 Apr 2005 14:11:16 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 4779 invoked by uid 500); 26 Apr 2005 14:11:14 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 4646 invoked by uid 99); 26 Apr 2005 14:11:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mail.anchormen.nl (HELO mail.anchormen.nl) (212.83.242.16) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 26 Apr 2005 07:11:10 -0700 Subject: RE: FW: CVS Lucene 2.0 Date: Tue, 26 Apr 2005 16:10:30 +0200 Message-ID: <24CFCE44DCB015489FB96D38BDF4FCAA071159@gerard.anchormen.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Thread-Topic: FW: CVS Lucene 2.0 Thread-Index: AcVKaPI/x43491DjSZqgPCGrNBvWdQAAIEIw From: "Peter Veentjer - Anchor Men" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have checked the documentation if interned.. I didn`t knew it existed :) =20 So my previous post has no value anymore.. -----Oorspronkelijk bericht----- Van: Yonik Seeley [mailto:yseeley@gmail.com]=20 Verzonden: dinsdag 26 april 2005 16:04 Aan: java-user@lucene.apache.org CC: Lucene Users List Onderwerp: Re: FW: CVS Lucene 2.0 Term.field is interned, so equals() isn't needed. -Yonik On 4/26/05, Peter Veentjer - Anchor Men wrote: [...] > Term other =3D (Term) o; > return field.equals(other.field) &&=20 > text.equals(other.text); > } > Third: if the field values of refer to the same text but to different=20 > object, the result should be the same. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org