how to do a Parent/Child Mapping using entities

2009-12-29 Thread magui
Hello everybody, i would like to know how to create index supporting a parent/child mapping and then querying the child to get the results. in other words; imagine that we have a database containing 2 tables:Keyword[id(int), value(string)] and Result[id(int), res_url(text), res_text(tex), res_date

Re: how to do a Parent/Child Mapping using entities

2009-12-30 Thread magui
Thanks Sascha for your post, but i find it interresting, but in my case i don't want to use an additionnal field, i want to be able with the same schema to do a simple query like : "q=res_url:some url", and a query like the other one; in other word; is there any solution to make two or more multiv