Developed a web application which displays results for a given query by calculating the page rank for WSJ.com.
- A spellchecker is implemented using Peter Norvig's spell correction program.
- Autocomplete functionallity is implemented using the FuzzyLookupFactory feature in Solr/Lucene
- Snippets are created for every result returned by either of the two ranking strategies (Lucene or Page Rank)
Technologies Used: Java, Solr, Apache Tika, PHP, JQuery, AJAX