1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-25 21:08:59 +02:00

points to master branch

This commit is contained in:
Thomas Wilkerling
2025-03-17 08:35:27 +01:00
parent 60ee664f44
commit 36ea9c2c42
6 changed files with 20 additions and 10 deletions

View File

@@ -8,8 +8,12 @@
font-weight: 300; font-weight: 300;
line-height: 26px; line-height: 26px;
font-size: 100%; font-size: 100%;
background-color: #222; background-color: #1a1e23;
color: #bbb; color: #f0f6fc;
padding: 15px 10px;
}
a{
color: #4493f8 !important;
} }
h1{ h1{
padding-top: 10px; padding-top: 10px;

View File

@@ -5,11 +5,17 @@
<title>Matching Comparison of Full-Text-Search Libraries (Fuzzy-Search)</title> <title>Matching Comparison of Full-Text-Search Libraries (Fuzzy-Search)</title>
<style> <style>
body{ body{
font-family: sans-serif; font-family: Arial, Helvetica, sans-serif;
background-color: #1a1e23;
color: #f0f6fc;
padding: 15px 10px;
} }
table td{ table td{
padding: 1em 2em; padding: 1em 2em;
} }
a{
color: #4493f8 !important;
}
</style> </style>
</head> </head>
<body> <body>

View File

@@ -10,10 +10,10 @@
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4> <h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
<p style="color: #f00">This test is using query cache and is outside the competition! It is just there for completion.</p> <p style="color: #f00">This test is using query cache and is outside the competition! It is just there for completion.</p>
<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="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/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 EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js"; import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/module-min/lang/en.js";
import { suite } from "../../bench.js"; import { suite } from "../../bench.js";
let lib; let lib;

View File

@@ -8,7 +8,7 @@
<h2>Benchmark: flexsearch-0.8.0-match</h2><hr/> <h2>Benchmark: flexsearch-0.8.0-match</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="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.compact.min.js"></script> <script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.compact.min.js"></script>
<script type="module"> <script type="module">
import { suite } from "../../bench.js"; import { suite } from "../../bench.js";

View File

@@ -9,10 +9,10 @@
<h2>Benchmark: flexsearch-0.8.0-soundex</h2><hr/> <h2>Benchmark: flexsearch-0.8.0-soundex</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="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.compact.min.js"></script> <script src="https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/flexsearch.compact.min.js"></script>
<script type="module"> <script type="module">
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js"; import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/module-min/lang/en.js";
import { suite } from "../../bench.js"; import { suite } from "../../bench.js";
let lib; let lib;

View File

@@ -9,10 +9,10 @@
<h2>Benchmark: flexsearch-0.8.0</h2><hr/> <h2>Benchmark: flexsearch-0.8.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="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/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 EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js"; import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/dist/module-min/lang/en.js";
import { suite } from "../../bench.js"; import { suite } from "../../bench.js";
let lib; let lib;