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:
6
dist/module-debug/bundle.js
vendored
6
dist/module-debug/bundle.js
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user