You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Toke Eskildsen (JIRA)" <ji...@apache.org> on 2013/02/26 10:42:12 UTC

[jira] [Created] (LUCENE-4799) Enable extraction of originating term for ICU collation keys

Toke Eskildsen created LUCENE-4799:
--------------------------------------

             Summary: Enable extraction of originating term for ICU collation keys
                 Key: LUCENE-4799
                 URL: https://issues.apache.org/jira/browse/LUCENE-4799
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/other
    Affects Versions: 4.1
            Reporter: Toke Eskildsen
            Priority: Minor


By concatenating generated ICU collation keys bytes with the originating term, it is possible to extract the originating term at a later time. This makes it possible to build a collator sorted facet field and similar multi-value/document structures.

ICU collation keys are guaranteed to be terminated by a 0 (https://ssl.icu-project.org/apiref/icu4j48rc1/com/ibm/icu/text/CollationKey.html) and since comparison of keys stop when a 0 is encountered, the addition of the originating term does not affect sort order. As 0 are _only_ used for termination in the key bytes, the extraction of the originating term is unambiguous.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org