StateID
The ID of a state token (created earlier by using the StoreState parameter with the Query action) that lists the documents from which to return the best terms.
If you specify the token ID only, the action uses all documents listed in the token. If you add a (zero-based) index range, or individual numbers separated by plus symbols (+), in square brackets after the token ID, IDOL Content Component uses only that range or set of documents.
NOTE: When you specify documents or document ranges, you must list the entries in increasing numerical order.
Actions: | TermGetBest |
Type: | String |
Default: | |
Example: | Return the best terms from all the documents listed in the state token B8UGIK95FKJG-23 :StateID=B8UGIK95FKJG-23 Return the best terms from the first twelve documents, plus the fourteenth and sixteenth documents, listed in the state token B8UGIK95FKJG-23 :StateID=B8UGIK95FKJG-23[0-11+13+15] |
See Also: | StoreState
StateMatchOriginalSection |