inverted_index:倒排索引旨在允许非常快速的全文本搜索

时间:2024-05-21 10:40:43
【文件属性】:

文件名称:inverted_index:倒排索引旨在允许非常快速的全文本搜索

文件大小:45KB

文件格式:ZIP

更新时间:2024-05-21 10:40:43

JavaScript

倒指数 倒排索引,旨在允许非常快速的全文本搜索。 倒排索引由出现在任何文档中的所有唯一单词的列表组成,对于每个单词,还包含出现该单词的文档的列表。


【文件预览】:
inverted_index-dev
----logfile.csv(0B)
----.gitignore(629B)
----books.json(319B)
----src()
--------helpers.js(3KB)
--------invertedIndex.js(691B)
--------invertedIndexMethods.js(2KB)
--------helpers-1.js(3KB)
----LICENSE(1KB)
----index.js(467B)
----README.md(244B)
----todo(311B)
----test()
--------SpecRunner.html(776B)
--------spec()
--------lib()
--------MIT.LICENSE(1KB)

网友评论