1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-10-03 08:31:50 +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

@@ -1,6 +1,5 @@
import Index from "./index.js";
import default_resolver from "./resolve/default.js";
//import { set_resolve } from "./index/search.js";
import { apply_enrich } from "./document/search.js";
import { ResolverOptions, IntermediateSearchResults } from "./type.js";
import "./resolve/handler.js";
@@ -100,8 +99,6 @@ Resolver.prototype.boost = function (boost) {
* @param {boolean=} enrich
*/
Resolver.prototype.resolve = function (limit, offset, enrich) {
//set_resolve(1);
const result = this.result,
index = this.index;