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

Shai Erera updated LUCENE-4686:
-------------------------------

    Attachment: LUCENE-4686.patch

Adds DGapVInt8IntEncoder/Decoder. At least according to EncodingSpeed, it's 
faster than DGap(VInt8), but we should test w/ luceneutil.

I set it as the default encoder/decoder in CLP, with a nocommit until 
luceneutil blesses it.
                
> Write a specialized DGapVIntEncoder/Decoder for facets
> ------------------------------------------------------
>
>                 Key: LUCENE-4686
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4686
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>         Attachments: LUCENE-4686.patch
>
>
> Today the default encoder/decoder for facets is DGap(VInt). That is a 
> DGapEncoder wrapping a VIntEncoder. Instead of this wrapping, we can write a 
> specialized DGapVIntEncoder which does it all in one call.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to