Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 64872 invoked from network); 25 Jul 2005 16:26:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2005 16:26:13 -0000 Received: (qmail 56472 invoked by uid 500); 25 Jul 2005 16:26:07 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 56452 invoked by uid 500); 25 Jul 2005 16:26:07 -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 56439 invoked by uid 99); 25 Jul 2005 16:26:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2005 09:26:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chris.lu@gmail.com designates 64.233.184.195 as permitted sender) Received: from [64.233.184.195] (HELO wproxy.gmail.com) (64.233.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2005 09:26:00 -0700 Received: by wproxy.gmail.com with SMTP id 70so959363wra for ; Mon, 25 Jul 2005 09:26:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C8AkSBrB3/uC03M/3SRBPTnAELCWzDoxudHBbB8EJhAOSAvc3YpTTY4HHVek/2Fusg95dvSARy+BnOi4yK7ML+ZJGb0gDLkgucfcePs65xpLfAtddcBA8OLxqTZL9rFX5L6bZAILdTxKgtKMwmtLdEXaFSvuFd/xPLqW1s37ywY= Received: by 10.54.32.41 with SMTP id f41mr908125wrf; Mon, 25 Jul 2005 09:26:04 -0700 (PDT) Received: by 10.54.24.34 with HTTP; Mon, 25 Jul 2005 09:26:04 -0700 (PDT) Message-ID: <6e3ae63105072509262b80e85@mail.gmail.com> Date: Mon, 25 Jul 2005 09:26:04 -0700 From: Chris Lu Reply-To: Chris Lu To: java-user@lucene.apache.org Subject: Re: Relations between documents In-Reply-To: <42E5087B.2000203@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42E4F9F3.2070902@broadpark.no> <6e3ae63105072508262365c936@mail.gmail.com> <42E5087B.2000203@broadpark.no> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Then your lucene Document can be: Survey + n Variables, The idea is just to put everything related to a combined Document, and search on it. --=20 Chris Lu --------------------- Full-Text Search on Any Database http://www.dbsight.net On 7/25/05, Magne Skjeret wrote: > Chris Lu wrote: >=20 > >Maybe you can have one Document =3D Survey+Variable, > >and have fields like "abstract", "label". > > > >Just search on the combined documents. > > > > > Hi >=20 > A Survey can have 100's of variables. That means that the Survey part is > duplicated N variable times. > Or did I misunderstand you? >=20 > Magne >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org