Changeset 1241 for trunk/swishctl/doc
- Timestamp:
- 05/26/03 20:02:09 (5 years ago)
- Files:
-
- trunk/swishctl/doc/API.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swishctl/doc/API.html
r1240 r1241 61 61 <code>swishctl.SetSearchLimit( "year", startyr, stopyr )</code> 62 62 <p> 63 Sets a range from <code>low</code> to <code>high</code> inclusive that the give 63 Sets a range from <code>low</code> to <code>high</code> inclusive that the given 64 64 <code>property</code> must be in to be selected as a result. 65 65 Call multiple times to set more than one limit … … 94 94 <code>swishctl.SeekResult( startresult - 1 )</code> 95 95 <p> 96 Seeks to the position<code>position</code> specified in the result96 Seeks to the <code>position</code> specified in the result 97 97 list. Zero is the first position and swishctl.Hits-1 98 98 is the last position. Seeking past the end of results sets … … 102 102 103 103 <dt><strong><a name="nextresult">int swishctl.NextResult()</strong></dt> 104 <dd> 104 105 <p> 105 106 Fetches the next result from the list of results. Returns 0 if no more results are available. … … 108 109 109 110 <dt><strong><a name="resultpropertystring">str swishctl.ResultPropertyString( str property )</a></strong></dt> 111 <dd> 110 112 <code>swishctl.ResultPropertyString( "swishdocpath" )</code> 111 113 <p>
