inverted index
常見例句
- You can use an inverted index to easily find which documents contain certain terms.
你可以利用反向索引輕松的找到那些文檔包含了特定的索引項。 - About 6 months ago, we decided to develop a new, modern search architecture that is based on a highly efficient inverted index instead of a relational database.
大約6個月前,我們決定開發(fā)一個全新的現(xiàn)代搜索框架,該搜索框架基于高性能的倒排索引,而非關系型數(shù)據(jù)庫。 - Most search engines use an inverted index -- rather than compiling a list of every single Web page and all its words, for every single word, they compile a list of the places where it appears.
大部分搜索引擎使用一種倒排索引——不是針對每個單一的單詞,為每個單一的網(wǎng)頁及其上面的所有單詞都編排一個目錄,而是為每個單詞出現(xiàn)的位置編排一個目錄。 返回 inverted index