cancel
Showing results for 
Search instead for 
Did you mean: 

Question about the property type in the data dictionary

anna_kane
Champ in-the-making
Champ in-the-making
I'm having problems with sorting properly according to locale, for example, when users list the items of a space, the items are not sorted according to the locale. It's always sorted according to english locale only.

I'm reading the wiki article "Full-Text Search Configuration" and found the following paragraph:

The tokeniser is determined by the property type in the data dictionary. This is locale sensitive as supported by the data dictionary. So you could switch to tokenise all your content in German. At the moment you can not mix German and English tokenisation.

I'm not sure how this would help my problem, but I want to try out. Now, where do I set the locale in the data dictionary?

Another question is related to the localization of the description string of the template files in the Data Dictionary space. I run my server in my specific locale, I have my message files properly, and the created space names are set to the right language, except the description strings of the template files in the Data Dictionary space. I want to localize these strings too, to make it easier for my users. But where can I find the message file for these? I couldn't find it among the message files at all.

Thanks for all.

anna kane
1 REPLY 1

anna_kane
Champ in-the-making
Champ in-the-making
Ok, I'm looking into the code, trying to get a hack for my problem (for now). I'm looking in ADMLuceneSearcherImpl.java, and trying to add locale in there.

One qeustion I want to know, what are the sortable fields defined? where are they defined? Creation date is probably one, but what is the exact string? is the item name a sortable field? what is the exact string for that?

Thanks a lot.

anna kane