You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2013/10/28 18:36:30 UTC

[jira] [Updated] (LUCENE-5312) Block-join-friendly index sorting

     [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org