Returns collection of items from Amazon.com
. searchIndex
defines the category of search, keywords
define list of associated keywords, sort
is category-specific sort order.
This method is synchronized as it's vital to have 1 second between calls -- terms of contract. If multiple threads will be accessing this method we will break the contract.
@param keywords list of keywords separated with spaces. @param searchIndex search index. @param sort sort order orNULL
for original sorting.
@param maxItems maximum number of items to return.
@return list of {@link AmazonItem} instances.
@throws AmazonException if fetching cannot be finished for some reason.
|
|