Lucene is high-performance, scalable, full-featured, open-source text search engine written in Java. Since I am a search engineer by profession, I wanted to learn more about Lucene and its internals. This article is about the index format of the 3.4 Lucene. Specifically the Lucene inverted index. Lucene Inverted Index Some Definitions Index: An Index is… Continue reading