
lucene at mikemccandless
Mar 15, 2012, 8:49 AM
Post #6 of 6
(301 views)
Permalink
|
|
Re: TO Mike McCandless : ToParentBlockJoinQuery inconsistent return
[In reply to]
|
|
You're welcome! Happy searching, Mike McCandless http://blog.mikemccandless.com On Thu, Mar 15, 2012 at 11:40 AM, Jean-Marc MORAS <jean-marc.moras [at] external> wrote: > 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 FixedBitSet} per sub-reader." > How to insure/test that a built filter provide a FixedBitSet per sub-reader ? QueryWrapperFilter does respect this need ? > > Best regards, > > Jean-Marc > De : Jean-Marc MORAS > Envoyé : lundi 12 mars 2012 17:58 > À : 'java-user [at] lucene' > Objet : TO Mike McCandless : ToParentBlockJoinQuery inconsistent return > > Dear > > Bravo for your work on lucene, > > A comment : > > ToParentBlockJoinQuery return bad children (Children of previous adjacent block) > This happens if parent is the first of the list of document block indexed. > Add the parent at the end of the documents list (as in TestBlockJoin TestCase) solve this problem. > > This is a bug or at least a important void in documentation. > > Thanks and best regards. > > > Jean-Marc > > Tel: +33 (0)559 83 60 02<tel:+33559836002> --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|