1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-28 06:19:06 +02:00

fast-boot serialization for server-side-rendering

This commit is contained in:
Thomas Wilkerling
2025-03-10 16:54:01 +01:00
parent da475effee
commit 3a00dba465
27 changed files with 2055 additions and 1223 deletions

View File

@@ -24,10 +24,15 @@ import Charset from "./charset.js";
/** @export */Index.prototype.removeAsync;
/** @export */Index.prototype.export;
/** @export */Index.prototype.import;
/** @export */Index.prototype.serialize;
/** @export */Index.prototype.mount;
/** @export */Index.prototype.commit;
/** @export */Index.db;
/** @export */Index.prototype.reg;
/** @export */Index.prototype.map;
/** @export */Index.prototype.ctx;
/** @export */Document.prototype.add;
/** @export */Document.prototype.append;
/** @export */Document.prototype.search;