Skip to content

Commit

Permalink
FIX clone custom options nextapps-de#61
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Mar 7, 2019
1 parent 1cf056e commit a92b127
Show file tree
Hide file tree
Showing 9 changed files with 257 additions and 218 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h3>Web's fastest and most memory-flexible full-text search library with zero dependencies.</h3>

When it comes to raw search speed <a href="https://raw.githack.com/nextapps-de/flexsearch/master/test/benchmark.html" target="_blank">FlexSearch outperforms every single searching library out there</a> and also provides flexible search capabilities like multi-field search, phonetic transformations or partial matching.
Depending on the used <a href="#options">options</a> it also provides the <a href="#memory">most memory-efficient index</a>. FlexSearch introduce a new scoring algorithm called <a href="#contextual">"contextual index"</a> based on a <a href="#dictionary">pre-scored lexical dictionary</a> architecture which actually performs queries up to 100,000 times faster than other libraries.
Depending on the used <a href="#options">options</a> it also provides the <a href="#memory">most memory-efficient index</a>. FlexSearch introduce a new scoring algorithm called <a href="#contextual">"contextual index"</a> based on a <a href="#dictionary">pre-scored lexical dictionary</a> architecture which actually performs queries up to 1,000,000 times faster compared to other libraries.
FlexSearch also provides you a non-blocking asynchronous processing model as well as web workers to perform any updates or queries on the index in parallel through dedicated balanced threads.

FlexSearch Server is available here: <a target="_blank" href="https://github.com/nextapps-de/flexsearch-server">https://github.com/nextapps-de/flexsearch-server</a>.
Expand Down
50 changes: 25 additions & 25 deletions dist/flexsearch.compact.js

Large diffs are not rendered by default.

87 changes: 44 additions & 43 deletions dist/flexsearch.es5.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/flexsearch.light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a92b127

Please sign in to comment.