Re: Inner join in lucene

2013-01-21 Thread Ramprakash Ramamoorthy
On Fri, Jan 18, 2013 at 9:05 PM, Apostolis Xekoukoulotakis < xekou...@gmail.com> wrote: > You can put those fields as a DocValue type of field. They are optimized > for use during search(or join in this case). > > Then create a collector that collects the documents which have the same > value in t

Re: Inner join in lucene

2013-01-18 Thread Apostolis Xekoukoulotakis
You can put those fields as a DocValue type of field. They are optimized for use during search(or join in this case). Then create a collector that collects the documents which have the same value in those fields. Have other more experienced comment though before you start implementing it. 2013/