Lucene 简明教程
Lucene Tutorial
Lucene 是一个基于 Java 的开源搜索库。它非常普及,也是一个快速的搜索库。它用于 Java 应用程序,非常简单高效地为任何种类的应用程序添加文档搜索功能。本教程将让你深入理解 Lucene 概念,帮助你理解企业级应用程序的搜索需求的复杂性和 Lucene 搜索引擎的需求。
Lucene is an open source Java based search library. It is very popular and a fast search library. It is used in Java based applications to add document search capability to any kind of application in a very simple and efficient way. This tutorial will give you a great understanding on Lucene concepts and help you understand the complexity of search requirements in enterprise level applications and need of Lucene search engine.
Audience
本教程专为希望简单轻松地学习 Lucene 搜索引擎编程的软件专业人士设计。完成本教程后,你将掌握中级专业知识,然后可以提升到更高的专业水平。
This tutorial is designed for Software Professionals who are willing to learn Lucene search Engine Programming in simple and easy steps. After completing this tutorial, you will be at the intermediate level of expertise from where you can take yourself to a higher level of expertise.