Re: Querying across object relationships

2009-07-30 Thread Paolo DiCanio
The domain classes are defined as Groovy classes with compass annotations (see my original post). Each class maps directly to a DB table and when the application starts up, Compass automatically reads the relevant tables and adds the data to the index. Lukáš Vlček wrote: > > Don, > To me it se

RE: Querying across object relationships

2009-07-30 Thread Paolo DiCanio
Thanks Steven, I guess the index structure that I need in order to perform my query is: cooking N art Y Bob But I'm not sure how to map my domain classes in order to achieve this (or