DocCount returns the number of document in the index.
()
| 107 | |
| 108 | // DocCount returns the number of document in the index. |
| 109 | DocCount() (uint64, error) |
| 110 | |
| 111 | // Remove delete one document in the index. |
| 112 | Remove(id string) error |
no outgoing calls