Dan Klco created OAK-9767:
-----------------------------
Summary: 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
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)