Re: Relations between documents

2005-07-25 Thread Chris Lu
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. -- Chris Lu - Full-Text Search on Any Database http://www.dbsight.net On 7/25/05, Magne Skjeret <[EMAIL PROTECTED]> wrote: > Chris L

RE: Relations between documents

2005-07-25 Thread Rajesh Munavalli
eve all the documents which contains "cancer" in variable "abstract" Step 2) Second query will be to retrieve all variables containing documents retrieved from Step 1 Rajesh Munavalli -Original Message- From: Magne Skjeret [mailto:[EMAIL PROTECTED] Sent: Monday, July

Re: Relations between documents

2005-07-25 Thread Magne Skjeret
Chris Lu wrote: >Maybe you can have one Document = Survey+Variable, >and have fields like "abstract", "label". > >Just search on the combined documents. > > Hi A Survey can have 100's of variables. That means that the Survey part is duplicated N variable times. Or did I misunderstand you? Magn

Re: Relations between documents

2005-07-25 Thread Chris Lu
t; wrote: > Hi > > I have been reading around a bit on the net to find a solution for my > problem, but no luck yet. I am pretty sure it can be done, but I haven't > found out how yet. > > My problem is that I have relations between documents. > > E.g >Survey

Relations between documents

2005-07-25 Thread Magne Skjeret
Hi I have been reading around a bit on the net to find a solution for my problem, but no luck yet. I am pretty sure it can be done, but I haven't found out how yet. My problem is that I have relations between documents. E.g Survey --> Variables Each survey can have loads of v