Re: Index with multiple level structure

2010-06-25 Thread Simon Willnauer
On Sat, Jun 26, 2010 at 5:02 AM, Rebecca Watson wrote: > hi alex, > > sounds like you are going to tackle a similar problem to what we're > trying to do > in our XML too -- as it looks like you've got a one-to-many type relationship > you want to search over but return based on the top-level docum

Re: Index with multiple level structure

2010-06-25 Thread Rebecca Watson
hi alex, sounds like you are going to tackle a similar problem to what we're trying to do in our XML too -- as it looks like you've got a one-to-many type relationship you want to search over but return based on the top-level document -- similar to an an XML i.e. structured doc search problem --