returns number of pending changes
| 342 | |
| 343 | // returns number of pending changes |
| 344 | int Index_PendingChanges |
| 345 | ( |
| 346 | const Index idx // index to inquery |
| 347 | ) { |
| 348 | ASSERT(idx != NULL); |
| 349 | |
| 350 | return idx->pending_changes; |
| 351 | } |
| 352 | |
| 353 | // disable index by increasing the number of pending changes |
| 354 | // and re-creating the internal RediSearch index |
no outgoing calls
no test coverage detected