作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (4): 74-76. doi: 10.3969/j.issn.1000-3428.2010.04.026

• 软件技术与数据库 • 上一篇    下一篇

基于Hibernate搜索的数据库全文检索系统

阳 奇,林镇灿,黄 帆,奚建清   

  1. (华南理工大学计算机软件学院,广州 510006)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-02-20 发布日期:2010-02-20

Database Full-text Retrieval System Based on Hibernate Search

YANG Qi, LIN Zhen-can, HUANG Fan, XI Jian-qing   

  1. (School of Software Engineering, South China University of Technology, Guangzhou 510006)
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-02-20 Published:2010-02-20

摘要: 现有关系数据库提供的全文检索服务对中文支持有限且难以检索二进制文本。针对该问题,在开源的数据库检索工具Hibernate搜索的基础上,提出一个对关系数据库内容进行全文检索的模型。该全文检索模型可支持关系对象映射、多种复合查询、中英文混合检索,并能检索以二进制格式存储在数据库中的多种类型的文本文件。

关键词: 关系数据库, Hibernate搜索, 全文检索

Abstract: The full-text retrieval service of today’s relational database does not support Chinese very well, and it is difficult for it to retrieval text in binary format. Aiming at these problems, on the basis of Hibernate Search, this paper proposes a database full-text retrieval model which can retrieve documents stored in relational database. The database full-text retrieval model supports object-relational mapping, many kinds of complex search and Chinese or English search. It can retrieve various types of text files, which is stored in database in binary format.

Key words: relational database, Hibernate Search, full-text retrieval

中图分类号: