Thank you very much, Xikui, that makes things a bit more clear! However, I have a few more questions. Is it correct to use BuiltinType.ASTERIX_TYPE when creating the JOrderedList, as the JOrderedList in my case ought to hold records of type TermFrequencyType? I also have to create the objects of type TermFrequencyType in the UDF and add them to the JOrderedList. Should I create these objects by initializing JRecords and add them to the JOrderedList termFrequencies?
Thanks in advance, Sandra
