Skip to content

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.

About

A simple HTML search engine implemented in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages