The Tamino Interactive Interface allows to specify a ResultSize but when I use the Java API to query my database, I receive maximum 5 results. I’d like to change this maximum ResultSize before doing my query. Can anyone help me ?
Thks
The Tamino Interactive Interface allows to specify a ResultSize but when I use the Java API to query my database, I receive maximum 5 results. I’d like to change this maximum ResultSize before doing my query. Can anyone help me ?
Thks
TaminoClient has a method:-
public final void setPageSize(int newPageSize)
This sets the page size for Tamino queries. The default is 5.
Parameters:
newPageSize - the new page size to set.
--------------------------------------------------------------------------------
Invoke this prior to doing the query.
Hope that helps.
Mike Ball
First time I tried, it didn’t work but now, it seems to work pretty good,
thanks a lot for this immediate answer,