Hi,
I only have 20 documents and Flexsearch could not process them all when tokenization was set to full.
Took a deeper look and the use of index.export() should be async
nextapps-de/flexsearch#270
The combination of Patching the tokenization to forward and patching index.export fixed my problem
Would it be possible for the tokenization setting to be controled via the config?
Hi,
I only have 20 documents and Flexsearch could not process them all when tokenization was set to full.
Took a deeper look and the use of
index.export()should beasyncnextapps-de/flexsearch#270
The combination of Patching the tokenization to
forwardand patchingindex.exportfixed my problemWould it be possible for the tokenization setting to be controled via the config?