Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.24 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.24 KB

Pythonic Lucene

a simplified python impelementaiton of Apache Lucene search engine, mabye helps to understand how an enterprise search engine really works.

Usually, the companies don't use Lucene; but use ElasticSearch, the distributed and RESTful wrapper of Lucene.

Read more