Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 16277 invoked from network); 2 Aug 2005 14:39:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 14:39:35 -0000 Received: (qmail 58257 invoked by uid 500); 2 Aug 2005 14:39:25 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 58195 invoked by uid 500); 2 Aug 2005 14:39:24 -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 58165 invoked by uid 99); 2 Aug 2005 14:39:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 07:39:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.81.81.96] (HELO mail.dessci.com) (64.81.81.96) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 07:39:12 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C59770.3D21613A" Subject: multiple fields in position increments Date: Tue, 2 Aug 2005 07:41:16 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: multiple fields in position increments thread-index: AcWXcDzoVtREspNUTqSne3PDRfDwjA== From: "Rajesh Munavalli" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C59770.3D21613A Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is it possible to have multiple fields for the same token position? For example: Position Field Token -------- ------ ------ 0 author Rajesh 0 person Rajesh 1 contents is 2 contents .... In the above example, the token "Rajesh" is associated with two = fields. At the time of indexing I would like to add the second token = with ZERO position increment. thanks, Rajesh Munavalli ------_=_NextPart_001_01C59770.3D21613A--