Skip to content

Commit defb38b

Browse files
committed
improve debug information
1 parent e235fb1 commit defb38b

33 files changed

+431
-404
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,8 @@ index.cleanup();
16401640
The basic idea of this concept is to limit relevance by its context instead of calculating relevance through the whole distance of its corresponding document. The context acts like a bidirectional moving window of 2 pointers (terms) which can initially have a maximum distance of the value passed via option setting `depth` and dynamically growth on search when the query did not match any results.
16411641

16421642
<p align="center">
1643-
<img src="doc/context-index.svg" width="100%">
1643+
<br>
1644+
<img src="doc/context-index.svg" width="100%" style="max-width: 700px;" alt="FlexSearch Context-based Scoring (Full-text Search)">
16441645
</p>
16451646

16461647
### Enable Context-Search

0 commit comments

Comments
 (0)