Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 391 Bytes

File metadata and controls

13 lines (10 loc) · 391 Bytes

Information_Retrieval-TAAT-AND-DAAT

The following tasks are performed in this project :

  1. Reading a Lucene Index from a directory
  2. Creating an inverted index from that index
  3. Using this inverted index for : Term at a Time AND Term at a Time OR Document at a Time AND Document at a Time OR

The input and output are text files, whose path is also provided in the command line.