Re: join in lucene

2017-03-16 Thread Cristian Lorenzetto
ok but the second solution has same performance or not? pratically query-times join work making nested query: execute first query then for every row it execute the corrisponding row in the secondat table using foreign key and primary key ? 2017-03-16 19:47 GMT+01:00 Mikhail Khludnev : > > > > *

Re: join in lucene

2017-03-16 Thread Mikhail Khludnev
> > *it possible to use joinedQuery in nested way(if i have 2 joins to 2 > different entities for example)? * > *main query -> nested inside first join -> nested in the second join,...* I don't see any reasons why it couldn't work in this manner. but it just usually slow. On Thu, Mar 16, 2017 a