* @param count the number of records to return.
* @param recordFormatSetname the size of the set.
*/
Records_type createRecordsFor(SearchTask st, int[] preferredRecordSyntax,
int start, int count, String recordFormatSetname) {
Records_type retval = new Records_type();
LOGGER.finer("createRecordsFor(st, " + start + "," + count + ")");
LOGGER.finer("pref rec syn = " + preferredRecordSyntax);
LOGGER.finer("record setname = " + recordFormatSetname);
LOGGER.finer("search task = " + st);