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:
3
bench.js
3
bench.js
@@ -93,7 +93,8 @@ queue.push({
|
||||
},
|
||||
prepare: null,
|
||||
fn: function(){
|
||||
lib.remove(_index++);
|
||||
//lib.remove(_index++);
|
||||
lib.remove(text_data);
|
||||
},
|
||||
end: null,
|
||||
complete: null,
|
||||
|
@@ -23,7 +23,7 @@
|
||||
lib = new Index({
|
||||
tokenize: "strict",
|
||||
resolution: 1,
|
||||
fastupdate: false,
|
||||
fastupdate: true,
|
||||
encoder: new Encoder({
|
||||
assign: DefaultEncoder,
|
||||
include: {
|
||||
|
Reference in New Issue
Block a user