1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 09:10:42 +02:00

re-implement append

This commit is contained in:
Thomas Wilkerling
2025-06-05 08:33:21 +02:00
parent 1f75f5f9d9
commit 1c4bcaac2e
11 changed files with 406 additions and 272 deletions

View File

@@ -5,7 +5,7 @@
Those methods of each index type provides an async version:
- addAsync()
- ~~appendAsync()~~
- appendAsync()
- updateAsync()
- removeAsync()
- searchAsync()