Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 343 Bytes

File metadata and controls

8 lines (5 loc) · 343 Bytes

Web-Search-Engine

Part1

Create a web crawler in Java to crawl the wikipages represented in Json. Use Elasticsearch to index the Wikipedia dataset and to enable keyword searches on the dataset. I will also apply various text transformations to the dataset and observe the effect of the transformations in search results.

Part2

TBA..