Hi,
I added a new treegrid view to document library. Within which I want to sort folders and files by title. After investigating the structure of lucene index, there have three fields: cm:title, cm:title.en.sort and cm:title.zh.sort. I tried one by one but unfortunately none of them could work .
This function can work well within out-of-the-box simple/detail view. So I want to know which field should I use and how can I implement it in my customized Java codes. Many thanks.
Best Regards,
Alex