1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-25 12:58:59 +02:00

update index.d.ts

This commit is contained in:
Thomas Wilkerling
2025-05-08 20:47:58 +02:00
parent 650cf81d9e
commit 2431b51a4f
61 changed files with 4455 additions and 4607 deletions

View File

@@ -22,6 +22,7 @@ import { KeystoreMap, KeystoreArray, KeystoreSet } from "./keystore.js";
/** @export */Index.prototype.addAsync;
/** @export */Index.prototype.appendAsync;
/** @export */Index.prototype.searchAsync;
/** @export */Index.prototype.searchCacheAsync;
/** @export */Index.prototype.updateAsync;
/** @export */Index.prototype.removeAsync;
/** @export */Index.prototype.export;
@@ -66,6 +67,7 @@ import { KeystoreMap, KeystoreArray, KeystoreSet } from "./keystore.js";
/** @export */Document.prototype.addAsync;
/** @export */Document.prototype.appendAsync;
/** @export */Document.prototype.searchAsync;
/** @export */Document.prototype.searchCacheAsync;
/** @export */Document.prototype.updateAsync;
/** @export */Document.prototype.removeAsync;
/** @export */Document.prototype.mount;
@@ -217,6 +219,7 @@ import { KeystoreMap, KeystoreArray, KeystoreSet } from "./keystore.js";
/** @export */SearchOptions.suggest;
/** @export */SearchOptions.resolve;
/** @export */SearchOptions.enrich;
/** @export */SearchOptions.cache;
/** @export */SearchOptions.resolution;
/** @export */DocumentSearchOptions.query;
@@ -224,7 +227,10 @@ import { KeystoreMap, KeystoreArray, KeystoreSet } from "./keystore.js";
/** @export */DocumentSearchOptions.offset;
/** @export */DocumentSearchOptions.context;
/** @export */DocumentSearchOptions.suggest;
/** @export */DocumentSearchOptions.resolve;
/** @export */DocumentSearchOptions.enrich;
/** @export */DocumentSearchOptions.cache;
/** @export */DocumentSearchOptions.resolution;
/** @export */DocumentSearchOptions.tag;
/** @export */DocumentSearchOptions.field;
/** @export */DocumentSearchOptions.index;