Re: TO Mike McCandless : ToParentBlockJoinQuery inconsistent return

2012-03-15 Thread Michael McCandless
You're welcome! Happy searching, Mike McCandless http://blog.mikemccandless.com On Thu, Mar 15, 2012 at 11:40 AM, Jean-Marc MORAS wrote: > Thanks for your two responses. > > Best regards, > > Jean-Marc > > -- > > -> Ok now I have seen the mention of that on  ToParentBlockJoinQuery clas

RE: TO Mike McCandless : ToParentBlockJoinQuery inconsistent return

2012-03-15 Thread Jean-Marc MORAS
Thanks for your two responses. Best regards, Jean-Marc -- -> Ok now I have seen the mention of that on ToParentBlockJoinQuery class java doc ->This java doc specify : "At search time you provide a Filter * identifying the parents, however this Filter must provide * an {@link Fix

Re: TO Mike McCandless : ToParentBlockJoinQuery inconsistent return

2012-03-14 Thread Michael McCandless
On Wed, Mar 14, 2012 at 5:17 AM, Jean-Marc MORAS wrote: > ð  Ok now I have seen the mention of that on  ToParentBlockJoinQuery class > java doc > > ð  This java doc specify : "At search time you provide a Filter > * identifying the parents, however this Filter must provide > > * an {@link Fix

RE: TO Mike McCandless : ToParentBlockJoinQuery inconsistent return

2012-03-14 Thread Jean-Marc MORAS
ð Ok now I have seen the mention of that on ToParentBlockJoinQuery class java doc ð This java doc specify : "At search time you provide a Filter * identifying the parents, however this Filter must provide * an {@link FixedBitSet} per sub-reader." How to insure/test that a

Re: TO Mike McCandless : ToParentBlockJoinQuery inconsistent return

2012-03-12 Thread Michael McCandless
Hi, Actually, this is a hard requirement for BlockJoinQuery: the parent document must always be last in the doc block; the package.html describes this I think? Mike McCandless http://blog.mikemccandless.com On Mon, Mar 12, 2012 at 12:57 PM, Jean-Marc MORAS wrote: > Dear > > Bravo for your work