Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD15045AE for ; Wed, 15 Jun 2011 17:14:53 +0000 (UTC) Received: (qmail 98915 invoked by uid 500); 15 Jun 2011 17:14:51 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 98855 invoked by uid 500); 15 Jun 2011 17:14:51 -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 98846 invoked by uid 99); 15 Jun 2011 17:14:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 17:14:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of oren.liat@gmail.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 17:14:43 +0000 Received: by pzk10 with SMTP id 10so608393pzk.35 for ; Wed, 15 Jun 2011 10:14:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8LW0BVHY6xbECW4lS+5XIij51bNvRKpgIyX+k5Q0nFU=; b=QPBFTCo7yX+8KCTGjMXwvQFNImwm3EtxZvYYmjykLwJBDftoxtaDsEDGasDwX5xpTg TAd7hwfFMeWNEkA4bC0dZlDg9wtbIaH/n74Av7yR9QB5iNJnP6q4LWWKaK3XSA6N5bqt 81vmGAk32EGAgG4govGCv0p6w6j1Ec/vL8qA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vS3GqFAALqOndCL+uXmyouot1Q85HABuK+gRWzA1UdWYnwljueqQihqZMKK3SFF+v7 1hZ20NvxDfZRgV9aZS0xBNgZoDXnX22FVj2yDNBWJFKAW95NI3VdhgBx7E32OGtFtEU6 6TQhBr7A3mGI6gyMje59Uey3JyC+A+OSiO98o= MIME-Version: 1.0 Received: by 10.68.22.135 with SMTP id d7mr482675pbf.408.1308158062068; Wed, 15 Jun 2011 10:14:22 -0700 (PDT) Received: by 10.68.66.195 with HTTP; Wed, 15 Jun 2011 10:14:21 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Jun 2011 13:14:21 -0400 Message-ID: Subject: Re: Changing Boosting that was set at indexing time From: liat oren To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=bcaec52161f599840904a5c34850 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec52161f599840904a5c34850 Content-Type: text/plain; charset=ISO-8859-1 Ok, thanks a lot On 15 June 2011 11:36, Ian Lea wrote: > Don't think so. The boost info is encoded and stored at index time. > > > -- > Ian. > > > On Wed, Jun 15, 2011 at 10:42 AM, liat oren wrote: > > Hi, > > > > I indexed 4 million documents and used boosting factors for each document > at > > indexing time. > > > > I would like to cancel that boosting. Is there a way to do that without > > re-indexing all of them? > > > > Many thanks, > > Liat > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --bcaec52161f599840904a5c34850--