* Status interface: Returns current engine and indexing state.
()
| 216 | * Status interface: Returns current engine and indexing state. |
| 217 | */ |
| 218 | public async status(): Promise<any> { |
| 219 | return await this.request("/status", "GET"); |
| 220 | } |
| 221 | |
| 222 | /** |
| 223 | * List interface: Returns all indexed files/directories. |