Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 80892 invoked from network); 20 Dec 2004 17:03:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 17:03:41 -0000 Received: (qmail 18810 invoked by uid 500); 20 Dec 2004 16:43:09 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 18793 invoked by uid 500); 20 Dec 2004 16:43:09 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 18765 invoked by uid 99); 20 Dec 2004 16:43:08 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web12708.mail.yahoo.com (HELO web12708.mail.yahoo.com) (216.136.173.245) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Dec 2004 08:43:05 -0800 Received: (qmail 17778 invoked by uid 60001); 20 Dec 2004 16:42:59 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=lRt7WPmrv1wSvdA/dQQ93HLpB9FcuUp5ENEyga1AjWoAmEVjN1ILOfV/snvURQL1Rl37tazRQTJ5qtAP5ojuhDwJyIB9uYXk96eUu+ubfCO0+a2gpPodssFGFsUbmfY2djBF8lZ+ux74Dtm+rCFIOhVD2C8xhC1iubSU80vD7xw= ; Message-ID: <20041220164259.17776.qmail@web12708.mail.yahoo.com> Received: from [216.194.17.194] by web12708.mail.yahoo.com via HTTP; Mon, 20 Dec 2004 08:42:59 PST Date: Mon, 20 Dec 2004 08:42:59 -0800 (PST) From: Otis Gospodnetic Subject: RE: Queries difference To: Lucene Users List In-Reply-To: <77D8711AC919F24FBB698EE60D6034A80D10F0@tlvmail7.corp.amdocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Alex, I think you want this: +city:London +city:Amsterdam +address:1_street +address:2_street Otis --- Alex Kiselevski wrote: > > Thanks Morus > So if I understand right > If the seqond query is : > +city(London) +city(Amsterdam) +address(1_street) +address(2_street) > > Both queries have the same value ? > -----Original Message----- > From: Morus Walter [mailto:morus.walter@tanto.de] > Sent: Monday, December 20, 2004 6:11 PM > To: Lucene Users List > Subject: Re: Queries difference > > > Alex Kiselevski writes: > > > > Hello, I want to know is there a difference between queries: > > > > +city(+London Amsterdam) +address(1_street 2_street) > > > > And > > > > +city(+London) +city(Amsterdam) +address(1_street) > +address(2_street) > > > I guess you mean city:(... and so on. > > The first query searches documents containing 'London' in city, > scoring > results also containing Amsterdam higher, and containing 1_street or > 2_street in address. The second query searches for documents > containing > both London and Amsterdam in city and 1_street and 2_street in > address. > Note the the + before London in the second query doesn't mean > anything. > > HTH > Morus > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > The information contained in this message is proprietary of Amdocs, > protected from disclosure, and may be privileged. > The information is intended to be conveyed only to the designated > recipient(s) > of the message. If the reader of this message is not the intended > recipient, > you are hereby notified that any dissemination, use, distribution or > copying of > this communication is strictly prohibited and may be unlawful. > If you have received this communication in error, please notify us > immediately > by replying to the message and deleting it from your computer. > Thank you. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org