[ 
https://issues.apache.org/jira/browse/LUCENE-5312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-5312:
---------------------------------

    Attachment: LUCENE-5312.patch

Here is a patch that contains a new BlockJoinSorter abstract class, which 
allows for reordering documents without breaking index-time blocks. The order 
of parents and the order of children within the same parent can be configured 
separately.

> Block-join-friendly index sorting
> ---------------------------------
>
>                 Key: LUCENE-5312
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5312
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/other
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-5312.patch
>
>
> It could be useful to have a block-join-friendly sorter implementation that 
> doesn't break index-time blocks:
>  - blocks must not interleave,
>  - parents must remain at the end of the blocks



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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

Reply via email to