From lucene-user-return-6831-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Wed Jan 21 19:04:46 2004 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 6247 invoked from network); 21 Jan 2004 19:04:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Jan 2004 19:04:46 -0000 Received: (qmail 69961 invoked by uid 500); 21 Jan 2004 19:04:32 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 69941 invoked by uid 500); 21 Jan 2004 19:04:32 -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 69928 invoked from network); 21 Jan 2004 19:04:31 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.65) by daedalus.apache.org with SMTP; 21 Jan 2004 19:04:31 -0000 Received: (cpmta 4013 invoked from network); 21 Jan 2004 11:04:35 -0800 Received: from 128.143.104.168 (HELO ?128.143.104.168?) by smtp.hatcher.net (209.228.32.65) with SMTP; 21 Jan 2004 11:04:35 -0800 X-Sent: 21 Jan 2004 19:04:35 GMT Mime-Version: 1.0 (Apple Message framework v609) In-Reply-To: <031701c3e049$613036d0$0301a8c0@POWERPACK> References: <023701c3df69$44b99900$0301a8c0@POWERPACK><8AABEFC7-4C1E-11D8-8953-000393A564E6@ehatchersolutions.com><02a501c3e02f$737ea430$0301a8c0@POWERPACK> <16398.41122.92073.566992@tanto-xipolis.de> <031701c3e049$613036d0$0301a8c0@POWERPACK> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: Query Term Questions Date: Wed, 21 Jan 2004 14:04:31 -0500 To: "Lucene Users List" X-Mailer: Apple Mail (2.609) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jan 21, 2004, at 1:07 PM, Terry Steichen wrote: > Unfortunately, using positive boost factors less than 1 causes the > parser to > barf the same as do negative boost factors. Are you sure about that? Works for me. QueryParser just isn't set up to deal with a minus sign, but "term^0.5" should work fine. You'll need the leading zero. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org