- Java Data Science Cookbook
- Rushdi Shams
- 132字
- 2021-07-09 18:44:28
Introduction
In this chapter, you will learn two very important recipes. The first recipe demonstrates how you can index your data, and the second recipe, which is very closely connected to the first recipe, demonstrates how you can search through your indexed data.
For both indexing and searching, we will be using Apache Lucene. Apache Lucene is a free, opensource Java software library used heavily for information retrieval. It is supported by the Apache Software Foundation and is released under the Apache Software License.
Many different modern search platforms, such as Apache Solr and ElasticSearch, or crawling platforms, such as Apache Nutch, use Apache Lucene in the backend for data indexing and searching. Therefore, any data scientist who learns those search platforms will benefit from the two basic recipes in this chapter.
- 復雜性思考:復雜性科學和計算模型(原書第2版)
- Architects of Intelligence
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 數據庫程序員面試筆試真題庫
- Power BI商業數據分析完全自學教程
- 新基建:數據中心創新之路
- SQL應用及誤區分析
- INSTANT Android Fragmentation Management How-to
- Python數據分析與數據化運營
- 聯動Oracle:設計思想、架構實現與AWR報告
- 數據庫與數據處理:Access 2010實現
- 數據庫查詢優化器的藝術:原理解析與SQL性能優化
- 數據中心經營之道
- 云工作時代:科技進化必將帶來的新工作方式
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook