Skip to content

A simple HTML search engine implemented in Java.

License

Notifications You must be signed in to change notification settings

adrianbrink/Java-Search-Engine

Repository files navigation

JavaSearchEngine

A simple search engine implemented in Java. It allows the user to specify an input file of parsed HTML and will allow searches for specific urls. Furthermore it allows users to crawl websites up to a specific depth and then search for specific words. It also supports simple boolean operations.

AND for and search on two words. OR for or search on two words.

If no results are found, it will show likely results using the Levenshtein algorithm.