1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-03 10:53:41 +02:00

disable remove by indices

This commit is contained in:
Thomas Wilkerling
2025-03-01 13:32:07 +01:00
parent b502395807
commit c37b53ff5b
2 changed files with 3 additions and 2 deletions

View File

@@ -93,7 +93,8 @@ queue.push({
},
prepare: null,
fn: function(){
lib.remove(_index++);
//lib.remove(_index++);
lib.remove(text_data);
},
end: null,
complete: null,

View File

@@ -23,7 +23,7 @@
lib = new Index({
tokenize: "strict",
resolution: 1,
fastupdate: false,
fastupdate: true,
encoder: new Encoder({
assign: DefaultEncoder,
include: {