[
https://issues.apache.org/jira/browse/SOLR-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009670#comment-13009670
]
Robert Muir commented on SOLR-2396:
-----------------------------------
Well, its something we could be consider?, but on another issue really as its
not solr-related... this one just exposes the lucene functionality from
LUCENE-2551 and deprecates the old support.
But really, this is going to be wasteful in most cases versus IDENTICAL
strength (which will basically give someone the same functionality from a
sort/range-query perspective).
> add [ICU]CollationField
> -----------------------
>
> Key: SOLR-2396
> URL: https://issues.apache.org/jira/browse/SOLR-2396
> Project: Solr
> Issue Type: Improvement
> Reporter: Robert Muir
> Fix For: 4.0
>
> Attachments: SOLR-2396.patch, SOLR-2396.patch, SOLR-2396.patch,
> SOLR-2396.patch
>
>
> In LUCENE-2551 collation support was changed to use byte[] keys.
> Previously it encoded sort keys with IndexableBinaryString into char[],
> but this is wasteful with regards to RAM and disk when terms can be byte.
> A better solution would be [ICU]CollationFieldTypes, as this would also allow
> locale-sensitive range queries.
--
This message is automatically generated by JIRA.
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]