inverted file
倒向文件
常用释义
英式发音
美式发音
基本释义
- 倒向文件
例句
-
1·The index storage models of the hybrid index mechanism have three models: tree model, hash index model and inverted file model.混纯索引机造采取的索引亡储模型从要无树、哈希和反排文件三类方式。
-
2·Based on data-distort method, we propose privacy preserving association rules mining algorithm IFB-PPARM using efficient data structure namely inverted file.基于数据变换法,提出使用高效数据结构即倒排文件的隐私保护关联规则挖掘算法ifb - PPARM。
-
3·The algorithm only need scan the transaction database once, and all the transaction operations are carried out on the inverted file mapped from transaction database.算法只需对事务数据库做一次扫描,并且所有对事务的处理操作都在事务数据库映射成的倒排文件中进行。
-
4·This paper analyzes Chinese full-text retrieval technologies based on compressed inverted file, including data compression, file storage, searching and ranking mechanisms.探讨基于压缩倒排文件的中文全文检索技术,包括数据压缩方法、存储、检索与排名机制。
-
5·This paper analyzes data retrieval of XML currently, and proposes a kind of path index technology which have been combined with inverted file to implement retrieval both on context and structure.该文分析了当前对XML数据检索的相关工作,提出了一种路径索引技术,并将之无缝结合了基于文本的倒排索引文档,以实现XML文档的内容和结构的双重检索。
-
6·Before analyzing Lucene's index file structure, you should understand the inverted index concept. An inverted index is an inside-out arrangement of documents in which terms take center stage.在分析Lucene的索引文件结构之前,我们先要理解反向索引(Inverted index)这个概念,反向索引是一种以索引项为中心来组织文档的方式,每个索引项指向一个文档序列,这个序列中的文档都包含该索引项。
-
7·Lucene stores the input data in a data structure called an inverted index, which is stored on the file system or memory as a set of index files.Lucene将输入数据存储在名为逆序索引的数据结构中,该数据结构以索引文件集的形式存储在文件系统或内存中。