[
https://issues.apache.org/jira/browse/LUCENE-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2551:
--------------------------------
Attachment: LUCENE-2551.patch
Updated patch, with javadocs, and attributefactory violations corrected.
I think this patch is ready, but we should probably fix a few things
(TermRangeQuery, QueryParser should consume with BytesRef not string) first.
> 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]