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

Simon Willnauer commented on LUCENE-3467:
-----------------------------------------

I plan to commit this tomorrow if nobody objects. Its basically an internal 
refactoring except of the additions to BytesRef
                
> Cut over numeric docvalues to fixed straight bytes
> --------------------------------------------------
>
>                 Key: LUCENE-3467
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3467
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>             Fix For: 4.0
>
>         Attachments: LUCENE-3467.patch
>
>
> Currently numeric docvalues types are encoded and stored individually which 
> creates massive duplication of writing / indexing code. Yet, almost all of 
> them (except packed ints) are essentially a fixed straight bytes variant. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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