Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 79700 invoked from network); 13 Dec 2006 06:58:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 06:58:55 -0000 Received: (qmail 55863 invoked by uid 500); 13 Dec 2006 06:58:54 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 55633 invoked by uid 500); 13 Dec 2006 06:58:53 -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 55622 invoked by uid 99); 13 Dec 2006 06:58:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 22:58:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [203.11.83.254] (HELO mail1.ardec.com.au) (203.11.83.254) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 22:58:43 -0800 Received: from bison.adl.ardec.com.au (bison.adl.ardec.com.au [192.168.1.13]) by mail1.ardec.com.au (8.13.3/8.13.3) with ESMTP id kBD6wImn019714 for ; Wed, 13 Dec 2006 17:28:21 +1030 (CST) Received: (qmail 10466 invoked from network); 13 Dec 2006 06:58:18 -0000 Received: from unknown (HELO [192.168.1.186]) ([192.168.1.186]) (envelope-sender ) by bison.adl.ardec.com.au (qmail-ldap-1.03) with SMTP for ; 13 Dec 2006 06:58:18 -0000 Message-ID: <457FA4C4.6030906@lisasoft.com> Date: Wed, 13 Dec 2006 17:29:16 +1030 From: Andrew Hughes User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Advice on 3NF Data Structures and Lucene Please Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.6/2319/Wed Dec 13 06:39:22 2006 on mizaru.adl.ardec.com.au X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hey All, I am very interested in indexing a 3NF Data Structure. Is there any advice that someone can provide with this? From what I have seen Lucene is typically a flat "First Normal Form" (Flat) data structure.... The only way I can see to combine the relational links between multiple indexes is to compare documents. Any Help is Appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org