I'm using Terms Component functionality (https://lucene.apache.org/solr/guide/8_4/the-terms-component.html) to get all terms from an index. However, I need the terms to be in the original case lettering (e.g. "TeSt"). So far I am only able to get lowercased terms (i.e. "test" instead of "TeSt").
Can somebody please let me know if this is possible, and if so, how to do this? Thank you! -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html