@inproceedings{619857bb1e024d4696e01312114b9987,
title = "A tree-based inverted file for fast ranked-document retrieval",
abstract = "Inverted files are widely used to index documents in large-scale information retrieval systems. An inverted file consists of posting lists, which can be stored in either a document-identifier ascending order or a document-weight descending order. For an identifier-ascending-order posting list, retrieving ranked documents necessitates traversal of all postings, whereas for the weight-descending-order posting list, performing Boolean queries involves very complex processing. In this paper, we transform a posting list to a tree-based structure, called the n-key-heap posting tree, to speedup ranked-document retrieval for Boolean queries. In this structure, the orders of document identifiers and document weights are preserved simultaneously. To preserve the identifier order, the edge pointers are designed to maintain numerical order in the posting tree. To preserve the weight order, greater-weight postings are stored in higher tree nodes by the heap property. We model these criteria to a tree-construction problem and propose an efficient algorithm to construct an optimal posting tree having the minimal access time.",
keywords = "Boolean query, Information retrieval, Inverted file, Posting tree, Ranked document",
author = "Shieh, {Wann Yun} and Chen, {Tien Fu} and Chung, {Chung Ping}",
year = "2003",
language = "英语",
isbn = "1932415076",
series = "Proceedings of the International Conference on Information and Knowledge Engineering",
pages = "64--69",
editor = "N. Goharian and N. Goharian",
booktitle = "Proceedings of the International Conference on Information and Knowledge Engineering 2003",
note = "Proceedings of the International Conference on Information and Knowledge Engineering 2003 ; Conference date: 23-06-2003 Through 26-06-2003",
}