webCrawler

A web crawler based on crawlerj4 and jsoup using SQLite to store crawled book info. Based on the book info, a book search system is created.

How to run

  1. Run controller.java to crawl book informations.
  2. Run TextIndex.java to create index for books.
  3. Run Main.java to search books according to different query requirements.