- Lucene 4 Cookbook
- Edwood Ng Vineeth Mohan
- 199字
- 2021-07-16 14:07:47
Installing Lucene
This section will show you what you need, in order to get started with Lucene.
How to do it...
First, let's download Lucene. Apache Lucene can be downloaded from its official download page. As of now, the latest version of Lucene is 4.10. Here is the link to the official page of Lucene: http://lucene.apache.org/core/
The Download button will take you to all available Apache mirrors where you can download Lucene.
Lucene's index contains {lucene version}.zip
or {lucene version}.tar.gz
, including the Lucene core library, HTML documentation, and demo application. Meanwhile, {lucene version-src}.zip
or {lucene version-src}.tar.gz
contains the source code for that particular version.
The following is a sample of what the download page looks like:

How it works…
Lucene is written entirely in Java. The prerequisite for running Lucene is Java Runtime Environment. Lucene runs on Java 6 or higher. If you use Java 7, make sure you install update 1 as well. Once your download is complete, you can extract the contents to a directory and you are good to go. In case you get some errors, the links to the FAQ and mailing list of Lucene users is as follows:
Mailing List:
http://lucene.apache.org/core/discussion.html
FAQ:
- PHP動(dòng)態(tài)網(wǎng)站程序設(shè)計(jì)
- R語(yǔ)言數(shù)據(jù)分析從入門到精通
- PostgreSQL for Data Architects
- PyTorch自然語(yǔ)言處理入門與實(shí)戰(zhàn)
- Mastering Backbone.js
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Mastering Concurrency Programming with Java 9(Second Edition)
- 交互式程序設(shè)計(jì)(第2版)
- HTML+CSS+JavaScript網(wǎng)頁(yè)制作:從入門到精通(第4版)
- Delphi開發(fā)典型模塊大全(修訂版)
- INSTANT Apache ServiceMix How-to
- PHP Microservices
- 編程風(fēng)格:程序設(shè)計(jì)與系統(tǒng)構(gòu)建的藝術(shù)(原書第2版)
- Python GUI設(shè)計(jì):tkinter菜鳥編程
- Hadoop MapReduce v2 Cookbook(Second Edition)