public class Driver
extends Object
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
void |
crawl()
Method to start a new crawler with a given number of threads.
|
static void |
main(String[] args) |
void |
save()
Save the word and page table from Crawler to memory
by calling the required FileUtils methods.
|
void |
search(String query)
Execute a query by invoking the necessary
components of the Search class
|
public void crawl()
public void save()
public void search(String query)
query - - search terms to be processedpublic static void main(String[] args)