Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-30 Thread Michael McCandless
o proper sample example given >>>>> which can help us to understand. We attached our code with mail >>>>> .please it would be great if you can give a look to our code. >>>>> >>>>> Thanks. >>>>> >>>>> On Wed, Jan 29, 2014 at 3:15 AM,

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-30 Thread Priyanka Tufchi
ample given in your blog in following line there is error >>>>> >>>>> searcher.search(query, c); >>>>> >>>>> whether it should convert in IndexSearcher >>>>> >>>>> there is no explanation given for document addition in

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-30 Thread Michael McCandless
gt; >>>> >>>> On Wed, Jan 29, 2014 at 2:59 AM, Michael McCandless >>>> wrote: >>>>> Actually, the blog post should still apply: just insert ToParent to >>>>> rename things. >>>>> >>>>> T

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-30 Thread Priyanka Tufchi
t; $12) and join it down to child level >>>> constraints (maybe a query against the song's title) and then see >>>> individual songs (not albums) as the returned hits. >>>> >>>> Mike McCandless >>>> >>>> http://blog

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-30 Thread Michael McCandless
;>>> Can i get code snippet for this new classes: ToParentBlockJoinQuery, >>>> ToChildBlockJoinQuery >>>> and how to use it. >>>> >>>> thanks >>>> >>>> On Wed, Jan 29, 2014 at 2:22 AM, Michael McCandless >>>> wrote: >

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-30 Thread Priyanka Tufchi
el McCandless >>> wrote: >>>> Sorry, BlockJoinQuery was split into two separate classes: >>>> ToParentBlockJoinQuery, ToChildBlockJoinQuery. >>>> >>>> Mike McCandless >>>> >>>> http://blog.mikemccandless.com >

BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
Hello , I want to Search relational content which has parent child relationship . I am following below link http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html but got problem in following line BlockJoinQuery skuJoinQuery = new BlockJoinQuery( skuQuery, shi

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
ks >> >> On Wed, Jan 29, 2014 at 2:22 AM, Michael McCandless >> wrote: >>> Sorry, BlockJoinQuery was split into two separate classes: >>> ToParentBlockJoinQuery, ToChildBlockJoinQuery. >>> >>> Mike McCandless >>> >>> http://

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Michael McCandless
separate classes: >> ToParentBlockJoinQuery, ToChildBlockJoinQuery. >> >> Mike McCandless >> >> http://blog.mikemccandless.com >> >> >> On Wed, Jan 29, 2014 at 4:32 AM, Priyanka Tufchi >> wrote: >>> Subject: BlockJoinQuery is missing in lucene-4.1.0 . >&

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
nQuery, ToChildBlockJoinQuery. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Wed, Jan 29, 2014 at 4:32 AM, Priyanka Tufchi > wrote: >> Subject: BlockJoinQuery is missing in lucene-4.1.0 . >> To: java-user@lucene.apache.org >> >> >> Hello , &

Re: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Michael McCandless
Sorry, BlockJoinQuery was split into two separate classes: ToParentBlockJoinQuery, ToChildBlockJoinQuery. Mike McCandless http://blog.mikemccandless.com On Wed, Jan 29, 2014 at 4:32 AM, Priyanka Tufchi wrote: > Subject: BlockJoinQuery is missing in lucene-4.1.0 . > To: jav

Fwd: BlockJoinQuery is missing in lucene-4.1.0 .

2014-01-29 Thread Priyanka Tufchi
Subject: BlockJoinQuery is missing in lucene-4.1.0 . To: java-user@lucene.apache.org Hello , I want to Search relational content which has parent child relationship . I am following below link http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html but got problem in