Re: Self Join Query

2009-04-14 Thread Sam Hough
imitive. I fire first query, get the >> results, based on the result of first query I fire second query and then >> merge the results from both the queries. The whole processing is very >> expensive. Doing this is very easy with SQL query as we need to just >> write self j

Re: Self Join Query

2008-01-10 Thread Paul Elschot
self > > joins. > > > > My current implementation is very primitive. I fire first > > query, get the > > results, based on the result of first query I fire second > > query and then > >

Re: Self Join Query

2008-01-10 Thread sachin
sult of first query I fire second > query and then > merge the results from both the queries. The whole processing > is very > expensive. Doing this is very easy with SQL query as we need > to just > write self join query and dat

Re: Self Join Query

2008-01-08 Thread Chris Lu
queries. The whole processing is very > expensive. Doing this is very easy with SQL query as we need to just > write self join query and database do the rest for you. > > What is the best way of implementing the above func

Re: Self Join Query

2008-01-08 Thread Erick Erickson
lt of first query I fire second query and then > merge the results from both the queries. The whole processing is very > expensive. Doing this is very easy with SQL query as we need to just > write self join query and database do the rest for you. > > What is the best way of implementing

Re: Self Join Query

2008-01-08 Thread Developer Developer
rst query, get the > results, based on the result of first query I fire second query and then > merge the results from both the queries. The whole processing is very > expensive. Doing this is very easy with SQL query as we need to just > write self join query and database do the rest for yo

Self Join Query

2008-01-08 Thread sachin
. Doing this is very easy with SQL query as we need to just write self join query and database do the rest for you. What is the best way of implementing the above functionality in lucene? Regards Sachin - To unsubscribe, e-mail