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

update version

This commit is contained in:
Thomas Wilkerling
2025-03-14 22:25:40 +01:00
parent b1306e631c
commit 789c128547
6 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Benchmark of Web Templating Engines (Non-Keyed)</title> <title>Performance Benchmark of Full-Text-Search Libraries</title>
<style> <style>
body{ body{
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
@@ -33,7 +33,7 @@
</head> </head>
<body> <body>
<a href="https://github.com/nextapps-de/flexsearch">Return to Github</a> <a href="https://github.com/nextapps-de/flexsearch">Return to Github</a>
<h1>Benchmark of Full-Text-Search Libraries (Stress Test)</h1> <h1>Performance Benchmark of Full-Text-Search Libraries (Stress Test)</h1>
<table> <table>
<tr> <tr>
<td> <td>

View File

@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Matching Test</title> <title>Matching Comparison of Full-Text-Search Libraries (Fuzzy-Search)</title>
<style> <style>
body{ body{
font-family: sans-serif; font-family: sans-serif;
@@ -13,7 +13,8 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Relevance Scoring Comparison</h2> <a href="https://github.com/nextapps-de/flexsearch">Return to Github</a>
<h2>Matching Comparison of Full-Text-Search Libraries (Fuzzy-Search)</h2>
<h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4> <h4>Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</h4>
<hr> <hr>
<div id="container"> <div id="container">
@@ -29,7 +30,7 @@
<hr> <hr>
<div style="line-height: 2em"> <div style="line-height: 2em">
<div style="display:inline-block; width:16px; height:16px; background: #f00"></div> Either no results or relevant content was not included in results.<br> <div style="display:inline-block; width:16px; height:16px; background: #f00"></div> Either no results or relevant content was not included in results.<br>
<div style="display:inline-block; width:16px; height:16px; background: orange"></div> Most relevant results was not found in the first place.<br> <div style="display:inline-block; width:16px; height:16px; background: orange"></div> Most relevant results was included but not found in the first place.<br>
<div style="display:inline-block; width:16px; height:16px; background: #0a0"></div> Most relevant results was successfully found in the first place.<br> <div style="display:inline-block; width:16px; height:16px; background: #0a0"></div> Most relevant results was successfully found in the first place.<br>
<b>Note:</b> Open console and type e.g. <i>data[493]</i> <b>Note:</b> Open console and type e.g. <i>data[493]</i>
</div> </div>

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/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/flexsearch.light.min.js"></script> <script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.light.min.js"></script>
<script type="module"> <script type="module">
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/module-min/lang/en.js"; import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/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/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/flexsearch.compact.min.js"></script> <script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/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/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/flexsearch.compact.min.js"></script> <script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.compact.min.js"></script>
<script type="module"> <script type="module">
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/module-min/lang/en.js"; import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/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/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/flexsearch.light.min.js"></script> <script src="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/flexsearch.light.min.js"></script>
<script type="module"> <script type="module">
import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/aff94f2b1d830e21463b237070f7e6f7eb556b82/dist/module-min/lang/en.js"; import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2/dist/module-min/lang/en.js";
import { suite } from "../../bench.js"; import { suite } from "../../bench.js";
let lib; let lib;