[
https://issues.apache.org/jira/browse/LUCENE-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890260#action_12890260
]
Robert Muir commented on LUCENE-2551:
-------------------------------------
I looked at some of the keys in the test code, and encoding directly as byte
results in keys nearly 1/2 the size (in bytes) of the previous encoding.
> change jdk & icu collation to use byte[]
> ----------------------------------------
>
> Key: LUCENE-2551
> URL: https://issues.apache.org/jira/browse/LUCENE-2551
> Project: Lucene - Java
> Issue Type: Improvement
> Components: contrib/analyzers
> Reporter: Robert Muir
> Priority: Minor
> Fix For: 4.0
>
> Attachments: LUCENE-2551.patch, LUCENE-2551.patch
>
>
> Now that term is byte[], we should switch collation to use byte[] instead of
> 'indexablebinarystring'.
> This is faster and results in much smaller sort keys.
> I figure we can work it out here, and fix termrangequery to use byte in
> parallel, but we can already test sorting etc now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]