Implemented the Boolean relevance model using Apache Lucene for information retrieval by retrieving postings list for each term based on Term-at-a-time and Document-at-a-Time indexing technique and performing query processing on them.