mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-08 21:20:41 +02:00
update urls
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<h2>Benchmark: flexsearch-0.7.0</h2><hr/>
|
<h2>Benchmark: flexsearch-0.7.0</h2><hr/>
|
||||||
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
|
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
|
||||||
<div id="result" style="white-space: pre; font-family: Monospaced, monospace"></div>
|
<div id="result" style="white-space: pre; font-family: Monospaced, monospace"></div>
|
||||||
<script src="../../../dist/flexsearch.light.min.js"></script>
|
<script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.light.min.js"></script>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
|
||||||
import { suite } from "../../bench.js";
|
import { suite } from "../../bench.js";
|
||||||
@@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
init: function(){
|
init: function(){
|
||||||
lib = new FlexSearch.Index({
|
lib = new FlexSearch.Index({
|
||||||
|
|
||||||
encode: str => str.toLowerCase().split(split),
|
encode: str => str.toLowerCase().split(split),
|
||||||
tokenize: "strict",
|
tokenize: "strict",
|
||||||
resolution: 1,
|
resolution: 1,
|
||||||
|
Reference in New Issue
Block a user