764 Forks
1807 Stars
1807 Watchers

lucene

Apache Lucene open-source search software

How to download and setup lucene

Open terminal and run command
git clone https://github.com/apache/lucene.git
git clone is used to create a copy or clone of lucene repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with lucene https://github.com/apache/lucene/archive/master.zip

Or simply clone lucene with SSH
[email protected]:apache/lucene.git

If you have some problems with lucene

You may open issue on lucene support forum (system) here: https://github.com/apache/lucene/issues