You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Anat (JIRA)" <ji...@apache.org> on 2013/02/20 13:13:13 UTC

[jira] [Updated] (LUCENE-3918) Port index sorter to trunk APIs

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

Anat updated LUCENE-3918:
-------------------------

    Attachment: LUCENE-3918.patch

Added an updated version of the patch containing changes relating to the comments. 

The major changes are: 
Tests now extend LuceneTestCase
List<Integer> was replaced with a growable int array. 
Instead of using a java Map object we are now encoding the positions information in a DataOutput stream.  
                
> Port index sorter to trunk APIs
> -------------------------------
>
>                 Key: LUCENE-3918
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3918
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: modules/other
>    Affects Versions: 4.0-ALPHA
>            Reporter: Robert Muir
>             Fix For: 4.2, 5.0
>
>         Attachments: LUCENE-3918.patch, LUCENE-3918.patch
>
>
> LUCENE-2482 added an IndexSorter to 3.x, but we need to port this
> functionality to 4.0 apis.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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