Adrien Grand created LUCENE-4830:
------------------------------------

             Summary: Sorter API: use an abstract doc map instead of an array
                 Key: LUCENE-4830
                 URL: https://issues.apache.org/jira/browse/LUCENE-4830
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Trivial
             Fix For: 4.3


The sorter API uses arrays to store the old->new and new->old doc IDs mappings. 
It should rather be an abstract class given that in some cases an array is not 
required at all (reverse mapping for example).

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

Reply via email to