StateMatchID
The state token of a list of documents to export. You create state tokens with the StoreState
parameter of the Query
, Suggest
, or SuggestOnText
If you specify the token name only, all documents listed in the token are exported. If you add a (zero-based) index range, or individual numbers separated by plus signs, in square brackets after the token name, only that range or set of documents are exported.
NOTE: You must list the entries in increasing numerical order.
Actions: | DREEXPORTIDX
DREEXPORTREMOTE DREEXPORTXML |
Type: | String |
Default: | |
Example: | Restrict the exported documents to those listed in the state token B8UGIK95FKJG-23 :StateMatchID=B8UGIK95FKJG-23 Restrict the exported documents to the first twelve documents, plus the14th and 16th documents, listed in the state token B8UGIK95FKJG-23 :StateMatchID=B8UGIK95FKJG-23[0-11+13+15] |
See Also: |