2.2.3.13 CPMGetQueryStatusExOut
When a CPMGetQueryStatusExIn message is received, the server SHOULD reply with a CPMGetQueryStatusExOut with both the query status and other status information, as outlined in the following format. The format of the CPMGetQueryStatusExOut message that follows the header is shown in the following diagram.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_Status |
|||||||||||||||||||||||||||||||
_cFilteredDocuments |
|||||||||||||||||||||||||||||||
_cDocumentsToFilter |
|||||||||||||||||||||||||||||||
_dwRatioFinishedDenominator |
|||||||||||||||||||||||||||||||
_dwRatioFinishedNumerator |
|||||||||||||||||||||||||||||||
_iRowBmk |
|||||||||||||||||||||||||||||||
_cRowsTotal |
_Status (4 bytes): One of the STAT_* values specified in section 2.2.3.11.
_cFilteredDocuments (4 bytes): A 32-bit unsigned integer indicating the number of documents that have been indexed.
_cDocumentsToFilter (4 bytes): A 32-bit unsigned integer indicating the number of documents that still remain to be indexed.
_dwRatioFinishedDenominator (4 bytes): A 32-bit unsigned integer indicating the denominator of the ratio of documents that the query has finished processing. MUST be greater than zero.
_dwRatioFinishedNumerator (4 bytes): A 32-bit unsigned integer indicating the numerator of the ratio of documents that the query has finished processing.
_iRowBmk (4 bytes): A 32-bit unsigned integer indicating the approximate position of the bookmark in the rowset in terms of rows.
_cRowsTotal (4 bytes): A 32-bit unsigned integer specifying the total number of rows in the rowset.