StoredStateDetail
When StoredStateDetail
is set to true
, Distributed Action Handler returns the Engine
and EngineIndex
elements for each document returned, as well as details of the child servers, including host, port, and state token.
If you want to work on documents in the child servers directly, you can combine StoredStateDetail
with Print=NoResults
. This returns the state tokens of different document collections without printing the full results.
This parameter is effective only when the StoreState action parameter is set to true
. It applies only to Distributed Action Handler, and only in non-mirror mode.
Actions: | Query |
Type: | Boolean |
Default: | False |
Example: | StoredStateDetail=true
|
See Also: | StoreState |