[ 
https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888896#action_12888896
 ] 

Buddika Gajapala commented on LUCENE-2454:
------------------------------------------

I tried this solution and works perfectly for smaller indexes with (either less 
number of Documents or Document size is small) However for larger indexes that 
span across multiple segments it only matches the the parent document acurately 
for the 1st segment. I think this is due to the way the parent docs are marked 
using a bit array for the ENTIRE index but actual traversing for matching 
criteria done by the Scorer is segment-by-segment (i.e. in nextDoc() and 
advance() methods) .  Have you considered this situation?

> Nested Document query support
> -----------------------------
>
>                 Key: LUCENE-2454
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2454
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Search
>    Affects Versions: 3.0.2
>            Reporter: Mark Harwood
>            Assignee: Mark Harwood
>            Priority: Minor
>         Attachments: LuceneNestedDocumentSupport-1.zip
>
>
> A facility for querying nested documents in a Lucene index as outlined in 
> http://www.slideshare.net/MarkHarwood/proposal-for-nested-document-support-in-lucene

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to