Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 21156 invoked from network); 19 Dec 2009 13:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Dec 2009 13:07:57 -0000 Received: (qmail 74775 invoked by uid 500); 19 Dec 2009 13:07:55 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 74686 invoked by uid 500); 19 Dec 2009 13:07:54 -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 74676 invoked by uid 99); 19 Dec 2009 13:07:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 13:07:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elias3@gmail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 13:07:45 +0000 Received: by fxm2 with SMTP id 2so3730659fxm.5 for ; Sat, 19 Dec 2009 05:07:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:thread-index:x-mimeole; bh=+kM+BfM/eAutjxYDB6s1V4ChQLmX0CqZoC+eaMxs8P0=; b=Q6eBslvvz/s3iN16Ke8uB9GXhUnCIlZr6/X/AZ8bAvRlHCzE0mrxJMVn7gA+67foWl RnBiMC7y3ruHjuxZBd+fPJCpNQ4fXOKoYv1lmtFj3cfUoULewdSbMBJHswlfQzHObo7U T9qgmZ2S+xBjYziaH/fjAKrKlMUsPPH3F9gdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:x-mimeole; b=mLB1l1phYeC4bu8ozSrT6BkBWCL51AZon166qBSGXqIO/Ru2zNPn/aM3NexDUU+XxP LDrd6Buw9/ZuDtDfAcgQjDFMIwNzf+cTm7ZPNLjbyKXtlsNca8nSKuKvUJrMwQztFA4S lP1Z4yU/DnW9QVNPkylfjtL4Z0D0kcAazapeo= Received: by 10.103.79.17 with SMTP id g17mr1359206mul.9.1261228045155; Sat, 19 Dec 2009 05:07:25 -0800 (PST) Received: from elias (bzq-79-183-57-228.red.bezeqint.net [79.183.57.228]) by mx.google.com with ESMTPS id u9sm10728445muf.54.2009.12.19.05.07.22 (version=SSLv3 cipher=RC4-MD5); Sat, 19 Dec 2009 05:07:24 -0800 (PST) From: "Elias Khsheibun" To: Subject: Payloads Date: Sat, 19 Dec 2009 15:07:16 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcqArC8NDPqmAe6DSRCDKt8lo7yYug== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I need to add a query operator '!' such that when it precedes a word or a phrase in the query, that term will contribute twice its weight if it is positioned in an even offset of the document. The position of a phrase is determined by the offset of its first word. I guess it involves payloads... Elias. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org