摘要
虽然布尔查询是信息检索领域中较早提出的一个概念,但是对布尔查询的大量研究主要还是针对布尔操作一致的布尔查询。对于复杂布尔查询,目前并没有太多的相关研究,复杂布尔查询却越来越被频繁地使用(如文本推荐领域)。为了促使这类查询能够被更加高效地执行,提出了一种基于DAAT(document-at-a-time)框架的文档收集打分策略——DCQ(DAAT for complex query)算法,并与著名开源搜索引擎Lucene进行比较实验,查询性能有了显著提升。此外,提出了一套对查询性能的回归预测机制,该机制能比较准确地决策DCQ算法的使用时机。实验表明,结合了性能预测器的复合算法要远优于Lucene当前的文档收集打分算法。
Although Boolean query has been proposed very early in information retrieval, most research on Boolean query focuses on homogeneous Boolean operation. Few researchers paid attention to complex Boolean query, while such query is used more and more frequently, e.g. in text-based recommendation. In order to make complex Booleanquery execute more efficiently, this paper proposes a new strategy, DCQ (DAAT for complex query) algorithm,which is based on DAAT (document- at- a- time) framework. By comparing DCQ algorithm with the well- known open-source search engine, Lucene, it shows a promising improvement on performance. Besides, this paper proposes a method for performance regression, which can decide when to use DCQ algorithm accurately. Experiments show that the compound algorithm with performance regression is much better than the algorithm for collecting and scoring documents used in Lucene.
作者
黄达
闫宏飞
HUANG Da;YAN Hongfei(School of Electronics Engineering and Computer Science, Peking University, Beijing 100871, China)
出处
《计算机科学与探索》
CSCD
北大核心
2017年第1期106-113,共8页
Journal of Frontiers of Computer Science and Technology
基金
国家重点基础研究发展计划(973计划)
国家自然科学基金~~
关键词
复杂布尔查询
查询优化
性能回归
complex Boolean query
optimizing query
performance regression