Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 24888 invoked from network); 26 May 2009 21:01:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 21:01:15 -0000 Received: (qmail 78021 invoked by uid 500); 26 May 2009 21:01:26 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 77992 invoked by uid 500); 26 May 2009 21:01:26 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 77965 invoked by uid 99); 26 May 2009 21:01:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 21:01:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 21:01:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M93lW-0004oZ-Bt for general@lucene.apache.org; Tue, 26 May 2009 14:00:54 -0700 Message-ID: <23731284.post@talk.nabble.com> Date: Tue, 26 May 2009 14:00:54 -0700 (PDT) From: KingKory To: general@lucene.apache.org Subject: Re: Lucene.NET Integration In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cbkprice@gmail.com References: <23731090.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Ted Dunning wrote: > > Are you saying that the query [abcd efgh] returns 100 and [efgh] return > 50? > If so, this is expected behavior since the default operator is OR. > Hello Ted, and thank you for your reply. I've quoted what I was trying to convey. Are you saying that [abcd efgh] is read by Lucene as [abcd] OR [efgh]? Space characters are read as an OR operator? If so, how do I construct my query to submit the entire string [abcd efgh] as a single term? Thanks. -- View this message in context: http://www.nabble.com/Lucene.NET-Integration-tp23731090p23731284.html Sent from the Lucene - General mailing list archive at Nabble.com.