-
Notifications
You must be signed in to change notification settings - Fork 1
Api For Document
Hugh edited this page Sep 23, 2022
·
1 revision
-
zincSearch.document.create(/* DocumentCreate */);
-
zincSearch.document.createOrUpdate(/* DocumentUpdate */);
-
zincSearch.document.update(/* DocumentUpdate */);
-
zincSearch.document.delete(/* index */);
-
zincSearch.document.bulk(/* bulkString */);
-
zincSearch.document.bulkv2(/* MetaJSONIngest */);
-
zincSearch.document.multi(/* DocumentMulti */);