Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 88630 invoked from network); 8 Dec 2004 04:34:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 04:34:24 -0000 Received: (qmail 45144 invoked by uid 500); 8 Dec 2004 04:33:56 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 45117 invoked by uid 500); 8 Dec 2004 04:33:56 -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 45088 invoked by uid 99); 8 Dec 2004 04:33:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ns.cybersites.net (HELO ns.uscybersites.net) (206.98.167.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 20:33:52 -0800 Received: from [127.0.0.1] (unknown [216.126.80.147]) by ns.uscybersites.net (Postfix) with ESMTP id 3E1D681D13 for ; Tue, 7 Dec 2004 22:51:51 -0500 (EST) Message-ID: <41B683C6.6020109@max3d.com> Date: Tue, 07 Dec 2004 23:32:06 -0500 From: "amigo@max3d.com" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Empty/non-empty field indexing question References: <20041207232747.67015.qmail@web12706.mail.yahoo.com> <043601c4dcc0$8b1cd290$7703d00a@hypermedia.com> In-Reply-To: <043601c4dcc0$8b1cd290$7703d00a@hypermedia.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Here's probably a silly question, very newbish, but I had to ask. Since I have mysql documents that contain over 30 fields each and most of them are added to the index, is it a common practice to add fields to the index with empty values, for that perticular record, or should the field be totally omitted. What I mean is if let's say a Title field is empty on a specific record (in mysql) should I still add that field into Lucene index with an empty value or just skip it and only add the fields that contain non-empty values? thanks -pedja --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org