- Lucene 4 Cookbook
- Edwood Ng Vineeth Mohan
- 307字
- 2021-07-16 14:07:47
Chapter 1. Introducing Lucene
Many applications in the modern era often require the handling of large datasets. Managing and searching these large collections of information can be very challenging, hence the creation of efficient and high performance search applications has become a necessity. For decades, many data scientists' research focused on information retrieval. One can say that the open source community now bears the fruits of this hard work as many open source data management platforms are developed. The Apache Software Foundation's answer to this: The Apache Lucene has gained popularity recently and is considered the go-to text search framework by many.
Let us take a look at the recipes that we are going to cover in this chapter:
- Installing Lucene
- Setting up a simple Java Lucene project
- Obtaining an IndexWriter
- Creating an analyzer
- Creating fields
- Creating and writing documents to an index
- Deleting documents
- Obtaining an IndexSearcher
- Creating queries with the Lucene QueryParser
- Performing a search
- Enumerating results
Getting Lucene and setting up a Lucene Java project serves as a guide for you to get started with Lucene. Instructions to download and set up Lucene are covered in detail in these two recipes. All the recipes that follow introduce basic Lucene functionalities, which do not require in-depth knowledge to understand. We will learn how to create an index and add documents to an index. We will practice deleting documents and searching these documents to locate information. The Creating fields section of this chapter introduces you to Lucene's way of handling information. Then, we will learn how to formulate search queries. At the end of this chapter, we will show you how to retrieve search results from Lucene. Hopefully, by completing this chapter, you will gain enough knowledge to set up Lucene and have a good grasp of Lucene's concept of indexing and searching information.
- 高手是如何做產品設計的(全2冊)
- R語言數據分析從入門到精通
- R語言游戲數據分析與挖掘
- 深入理解Java7:核心技術與最佳實踐
- Learning Neo4j 3.x(Second Edition)
- Easy Web Development with WaveMaker
- Drupal 8 Configuration Management
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- Hands-On Nuxt.js Web Development
- 運維前線:一線運維專家的運維方法、技巧與實踐
- RubyMotion iOS Develoment Essentials
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- 精益軟件開發管理之道
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計