30歳過ぎから工学 vol.2

http://d.hatena.ne.jp/j130s/ から移行しました.オープンソースロボットソフトウェア技術者兼主夫. 高校・大学学部文系-->何となくソフトウェア開発業-->退職・渡米,テキサス州でシステムズ工学修士取得,しかし実装の方が楽しいと気付き縁があったロボティクス業界で再就職.現在 Texas 州内の産業用オートメーションのスタートアップに Georgia 州から遠隔勤務.

change number of result via siapi

use this


public void setRequestedResultRange(int fromResult, int numberOfResult) throws SiapiException

Sets the rank (ordinal position) of the first result required for this query. Result ranks start at 0. For example, having first-result 17 and num-requested-results 4 will retrieve 4 results, those that were ranked 17 to 20. The parameter values may have implementation dependant restrictions.