You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (Jira)" <ji...@apache.org> on 2022/06/22 15:41:00 UTC

[jira] [Commented] (OAK-9767) Support Int / Long Terms in LuceneIndexMBean

    [ https://issues.apache.org/jira/browse/OAK-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557536#comment-17557536 ] 

Thomas Mueller commented on OAK-9767:
-------------------------------------

Merged on 2022-06-22

> Support Int / Long Terms in LuceneIndexMBean
> --------------------------------------------
>
>                 Key: OAK-9767
>                 URL: https://issues.apache.org/jira/browse/OAK-9767
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: indexing
>            Reporter: Dan Klco
>            Assignee: Thomas Mueller
>            Priority: Major
>             Fix For: 1.44.0
>
>
> Currently, the LuceneIndexMbean only supports retrieving terms of the type String via the [BytesRef.utf8ToString|https://lucene.apache.org/core/7_2_1/core/org/apache/lucene/util/BytesRef.html#utf8ToString--] method. Terms of type Int and Long are corrupted and will not display properly when retrieved with this method.
>  
> To support retrieving Long / Int terms, a new method should be added to the LuceneIndexMbean which takes a type string and based on that type string determines how to retrieve the term.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)